/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	/*transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;*/
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*************************
    General
*************************/

body { 
  font-family: 'Cabin', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  color: #333333;
}
img{
    max-width: 100%;
	height:auto;
    transition: all 0.3s ease-out 0s;
}
a{
	color: #333333;
}
a:hover, a:focus{
	text-decoration:none;
}
a:focus{color:inherit}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lora', serif;
  color:#333;
  letter-spacing:0.5px;
}
h1{
	font-size:30px;
	line-height:34px;
}
h2{
	font-size:22px;
	line-height:26px;
}
h3{
	font-size:16px;
	line-height:19px;
}
h4{
	font-size:13px;
	line-height:16px;
}
h5{
	font-size:12px;
	line-height:14.5px;
}
a:hover, a:focus{
	color:#777777;
}
ul {
    margin: 0px;
    padding: 0px;
}
li { 
	list-style: none;
}
p {
	font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: normal;
	font-style:normal;
    line-height: 19px;
    color: #333333;
}
p:not(:last-child){
	margin-bottom: 20px;
}
hr{
	margin-top:32px;
	margin-bottom:0;
    border-color:#666666;
}

*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

/*************************
        Text color
*************************/
.text-blue { color: #4FC1F0; }
.text-white { color: #fff ;}
.text-black { color: #363636; }
.text-theme { color: #f10; }
.text-theme {
  color: #4a90e2;
}

.text-white h1, .text-white p, .text-white h2{ color: #fff; }

.text-italic p{
	font-style:italic;
	font-family:'Lora',sans-serif;
}
/*************************
  Basic margin padding
*************************/
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.p-t{padding-left:0}
.p-r{padding-right:0}

/*colored background*/
 .white-bg { background: #FFFFFF; }
 .gray-bg { background: #f7f7f7; }
 .d-gray-bg { background: #3a3a3c; }
 .gray-bg-1 { background: #e9e9e9; }
 .blue-bg { background: #1d2736; }
 .blue-bg-1 { background: #8D2BE2; }
 .green-bg { background: #00FF00; }
 .black-bg { background: #1a1a1a; }
 .black-bg-1{ background: #111111; }
 .black-bg-2{ background: #000; }
 .red-bg{background-color:#bf1e2d;}
 .default-bg { background: #50C1F0; }
 .transparent-bg { background: transparent; }
 .maroon-bg{background: #811D15;}
/*************************
         Margin top
*************************/
.mt-0 { margin-top: 0 }
.mt-10 { margin-top: 10px }
.mt-12 { margin-top: 12px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-30 { margin-top: 30px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 50px }
.mt-60 { margin-top: 60px }
.mt-70 { margin-top: 70px }
.mt-80 { margin-top: 80px }
.mt-90 { margin-top: 90px }
.mt-100 { margin-top: 100px }
.mt-110 { margin-top: 110px }
.mt-120 { margin-top: 120px }
.mt-130 { margin-top: 130px }
.mt-140 { margin-top: 140px }
.mt-150 { margin-top: 150px }
/*************************
      Margin right
*************************/
.mr-0 { margin-right: 0px }
.mr-10 { margin-right: 10px }
.mr-15 { margin-right: 15px }
.mr-20 { margin-right: 20px }
.mr-30 { margin-right: 30px }
.mr-40 { margin-right: 40px }
.mr-50 { margin-right: 50px }
.mr-60 { margin-right: 60px }
.mr-70 { margin-right: 70px }
.mr-80 { margin-right: 80px }
.mr-90 { margin-right: 90px }
.mr-100 { margin-right: 100px }
.mr-110 { margin-right: 110px }
.mr-120 { margin-right: 120px }
.mr-130 { margin-right: 130px }
.mr-140 { margin-right: 140px }
.mr-150 { margin-right: 150px }
/*************************
      Margin bottom
*************************/
.mb-0 { margin-bottom: 0 }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-30 { margin-bottom: 30px }
.mb-40 { margin-bottom: 40px }
.mb-50 { margin-bottom: 50px }
.mb-60 { margin-bottom: 60px }
.mb-65 { margin-bottom: 65px }
.mb-70 { margin-bottom: 70px }
.mb-80 { margin-bottom: 80px }
.mb-85 { margin-bottom: 85px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
.mb-110 { margin-bottom: 110px }
.mb-120 { margin-bottom: 120px }
.mb-130 { margin-bottom: 130px }
.mb-140 { margin-bottom: 140px }
.mb-150 { margin-bottom: 150px }
/*************************
        Margin left
*************************/
.ml-0 { margin-left: 0 }
.ml-10 { margin-left: 10px }
.ml-15 { margin-left: 15px }
.ml-20 { margin-left: 20px }
.ml-30 { margin-left: 30px }
.ml-40 { margin-left: 40px }
.ml-50 { margin-left: 50px }
.ml-60 { margin-left: 60px }
.ml-70 { margin-left: 70px }
.ml-80 { margin-left: 80px }
.ml-90 { margin-left: 90px }
.ml-100 { margin-left: 100px }
.ml-110 { margin-left: 110px }
.ml-120 { margin-left: 120px }
.ml-130 { margin-left: 130px }
.ml-140 { margin-left: 140px }
.ml-150 { margin-left: 150px }
/*************************
        Padding top
*************************/
.pt-0 { padding-top: 0 }
.pt- { padding-top: 10px }
.pt-10 { padding-top: 10px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-30 { padding-top: 30px }
.pt-35 { padding-top: 35px }
.pt-40 { padding-top: 40px }
.pt-50 { padding-top: 50px }
.pt-60 { padding-top: 60px }
.pt-70 { padding-top: 70px }
.pt-80 { padding-top: 80px }
.pt-90 { padding-top: 90px }
.pt-100 { padding-top: 100px }
.pt-110 { padding-top: 110px }
.pt-120 { padding-top: 120px }
.pt-130 { padding-top: 130px }
.pt-140 { padding-top: 140px }
.pt-150 { padding-top: 150px }
.pt-320 { padding-top: 320px }
/*************************
        Padding right
*************************/
.pr-0 { padding-right: 0 }
.pr-5 { padding-right: 5px }
.pr-10 { padding-right: 10px }
.pr-15 { padding-right: 15px }
.pr-20 { padding-right: 20px }
.pr-30 { padding-right: 30px }
.pr-40 { padding-right: 40px }
.pr-50 { padding-right: 50px }
.pr-60 { padding-right: 60px }
.pr-70 { padding-right: 70px }
.pr-80 { padding-right: 80px }
.pr-90 { padding-right: 90px }
.pr-100 { padding-right: 100px }
.pr-110 { padding-right: 110px }
.pr-120 { padding-right: 120px }
.pr-130 { padding-right: 130px }
.pr-140 { padding-right: 140px }
/*************************
        Padding bottom
*************************/
.pb-0 { padding-bottom: 0 }
.pb-10 { padding-bottom: 10px }
.pb-15 { padding-bottom: 15px }
.pb-20 { padding-bottom: 20px }
.pb-30 { padding-bottom: 30px }
.pb-40 { padding-bottom: 40px }
.pb-50 { padding-bottom: 50px }
.pb-60 { padding-bottom: 60px }
.pb-65 { padding-bottom: 65px }
.pb-70 { padding-bottom: 70px }
.pb-80 { padding-bottom: 80px }
.pb-85 { padding-bottom: 85px }
.pb-90 { padding-bottom: 90px }
.pb-100 { padding-bottom: 100px }
.pb-110 { padding-bottom: 110px }
.pb-120 { padding-bottom: 120px }
.pb-130 { padding-bottom: 130px }
.pb-140 { padding-bottom: 140px }
.pb-150 { padding-bottom: 150px }
.pb-210 { padding-bottom: 210px }
.pb-200 { padding-bottom: 200px }
.pb-250 { padding-bottom: 250px }
/*************************
        Padding left
*************************/
.pl-0 { padding-left: 0 }
.pl-5{ padding-left: 5px }
.pl-10 { padding-left: 10px }
.pl-15 { padding-left: 15px }
.pl-20 { padding-left: 20px }
.pl-30 { padding-left: 30px }
.pl-40 { padding-left: 40px }
.pl-50 { padding-left: 50px }
.pl-60 { padding-left: 60px }
.pl-70 { padding-left: 70px }
.pl-80 { padding-left: 80px }
.pl-90 { padding-left: 90px }
.pl-100 { padding-left: 100px }
.pl-110 { padding-left: 110px }
.pl-120 { padding-left: 120px }
.pl-130 { padding-left: 130px }
.pl-140 { padding-left: 140px }
.pl-150 { padding-left: 150px }


/***************************
    Page section padding 
****************************/
.ptb-0 { padding: 0 }
.ptb-10 { padding: 10px 0 }
.ptb-15 { padding: 15px 0 }
.ptb-20 { padding: 20px 0 }
.ptb-30 { padding: 30px 0 }
.ptb-40 { padding: 40px 0 }
.ptb-50 { padding: 50px 0 }
.ptb-55 { padding: 55px 0 }
.ptb-60 { padding: 60px 0 }
.ptb-70 { padding: 70px 0 }
.ptb-80 { padding: 80px 0 }
.ptb-90 { padding: 90px 0 }
.ptb-100 { padding: 100px 0 }
.ptb-110 { padding: 110px 0 }
.ptb-120 { padding: 120px 0 }
.ptb-130 { padding: 130px 0 }
.ptb-140 { padding: 140px 0 }
.ptb-150 { padding: 150px 0 }
.ptb-160 { padding: 160px 0 }
.ptb-170 { padding: 170px 0 }
.ptb-180 { padding: 180px 0 }
.ptb-190 { padding: 190px 0 }
.ptb-200 { padding: 200px 0 }
.ptb-210 { padding: 210px 0 }
.ptb-220 { padding: 220px 0 }
.ptb-250 { padding: 250px 0 }
.ptb-280 { padding: 280px 0 }

/***************************
    Page section margin 
****************************/
.mtb-0 { margin: 0 }
.mtb-10 { margin: 10px 0 }
.mtb-15 { margin: 15px 0 }
.mtb-20 { margin: 20px 0 }
.mtb-30 { margin: 30px 0 }
.mtb-40 { margin: 40px 0 }
.mtb-50 { margin: 50px 0 }
.mtb-60 { margin: 60px 0 }
.mtb-70 { margin: 70px 0 }
.mtb-80 { margin: 80px 0 }
.mtb-90 { margin: 90px 0 }
.mtb-100 { margin: 100px 0 }
.mtb-110 { margin: 110px 0 }
.mtb-120 { margin: 120px 0 }
.mtb-130 { margin: 130px 0 }
.mtb-140 { margin: 140px 0 }
.mtb-150 { margin: 150px 0; }

/*************************
        Extra class
*************************/

#page-wrapper{
	position:relative;
}

/* header-top-area */
.header-top-area {
	
}
.header-top-area .container{
	height:100px;
}
.header-top-area .container .row{
	padding-top:10px;
	padding-bottom:10px;
}
.header-top-area #logo-row,.header-top-area #nav-row{
	height:50%;
}
/*.single-product .header-top-area #nav-row,
.archive.category .header-top-area #nav-row,
.archive.post-type-archive-product .header-top-area #nav-row,
.archive.tax-product_cat .header-top-area #nav-row,
.archive.tax-product_tag .header-top-area #nav-row{
	border-bottom: 1px solid #333;
}*/
.header-top-area #placeholder-row{
	background-color:#eee;
	height:50%;
}
.header-top-area #header-line{
	padding:0;
	position:relative;
	top:-1px;
}

.header-top-area #header-line .header-line-inner{
	height:1px;
	min-height:1px;
	background-color:#333333;
}

.hide-header-line .header-top-area #header-line{
	display:none;
}


.header-menu .scroll-header .main-menu.transparent-menu ul li  a {color:#000;}
.scroll-header {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  /*background: #ffffff none repeat scroll 0 0;*/
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
.header-logo {
	position: absolute;
	z-index: 2;
	padding-left:30px;
}
.header-icons-col{
	text-align:right;
}

.header-icons{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-content:center;
}

.header-icons > li{
	margin-left:5px;
	margin-right:5px;
	padding:1px;
}

.header-icons > li > a{
	display:block;
}

.header-icons > li img{
	width:22px;
	height:22px;
}
.header-icons > li a.cart-link{
	position:relative;
}

li#shop-at-our-header {
    font-family: 'Lora';
    font-weight: 600;
    line-height: 20px;
}

.header-icons #npp-enursery-header a{
	background-color:#adc087;
	border-radius:2px;
	font-size:12px;
	font-weight:bold;
	font-family:'Lora';
	color:#fff;
	line-height:22px;
	text-transform:uppercase;
	padding-left:10px;
	padding-right:10px;
}

.header-icons #npp-enursery-header a:hover{
	background-color:#333;
}

.header-icons #npp-enursery-header img{
	width:12px;
	height:16px;
	vertical-align: text-bottom;
	margin-right:2px;
}

.header-top-area #npp-cart .widget_shopping_cart {
    background-color: #fff;
    color: #323232;
    position: absolute;
    top: 100%;
    right: 0;
    width: 320px;
    z-index: 9999;
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    border: 10px solid #ffffff;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.header-top-area #npp-cart .widget_shopping_cart .quantity,
.header-top-area #npp-cart .widget_shopping_cart .tc-av-price{
    display:none;
}

.header-top-area  #npp-cart:hover .widget_shopping_cart {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
}

.header-top-area .cart-link .count {
    font-style: normal;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin-top: -12px;
    margin-right: -17px;
    color: #ffffff;
    background: #333;
    border-radius: 50%;
}



#npp-cart .woocommerce ul.product_list_widget li{
	text-align:left;
}

#npp-cart .woocommerce ul.product_list_widget li a:not(.remove_from_cart_button){
	text-align:left;
	padding-left: 0;
}

#npp-cart .woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 0;
    border-left: none;
}

#npp-cart .woocommerce ul.product_list_widget li img {
    width: 48px;
}

#npp-cart .woocommerce ul.product_list_widget li:not(:first-child){
	padding-top:6px;
	border-top:1px solid #f2f2f2;
}


#search-wrapper{
	text-align:right;
}
.search-form input{
	display:inline-block;
}
.search-form .search-field{
	border:1px solid #666666;
	border-radius:30px;
	padding:2px 10px;
	width:150px;
}
.search-form .search-submit{
	width:19px;
	height:19px;
	border:none;
	position:relative;
	top:3px;
	margin-left:8px;
	margin-right:8px;
}
/* main-menu-area-start */
.main-menu ul{
	text-align:center;
}
.main-menu ul li {
  display: inline-block;
  position: relative;
}
.main-menu ul li>a {
  display: block;
  font-family: 'Lora', serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  padding:0 5px 20px;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
}
.main-menu ul li:hover > a,
.main-menu > ul > li.menu-item.menu-item-has-children:hover > a:after,
.main-menu ul li.active > a{
	color:#666666;
}

.main-menu > ul > li.menu-item.menu-item-has-children > a:after{
	font-family:'Font Awesome 5 Free';
	content: '\f078';
    font-size: 13px;
    color: #666666;
    margin-left: 6px;
}
.logo {
  margin-top: 39px;
}
#mobile-menu-icon{
	text-align:right;
	cursor:pointer;
	position: relative;
  top: 3px;
}
#mobile-menu-icon i{
    position: relative;
    color: #666;
}
/* sub-menu */
.main-menu ul li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 220px;
  z-index: 9;
  text-align:left;
}
.main-menu ul li .sub-menu:before{
    content: '';
    height: 14px;
    width: 14px;
    position: absolute;
    left: 75.5px;
    background-color: #ffffff;
    top: -7px;
    transform: rotate(45deg);
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
}
.main-menu ul li:hover .sub-menu{
	opacity:1;top:100%;
	visibility:visible;
}
.main-menu ul li .sub-menu:not(.category-menu) li{
	display:block;
}
.main-menu ul li .sub-menu:not(.category-menu) li a {
  color: #666666;
  font-family: Cabin;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 13px 20px;
  text-transform: capitalize;
}
.main-menu ul li .sub-menu.category-menu{
	width:897px;
	height:184px;
	top:36px;
	border-top:1px solid #666666;
	-webkit-box-shadow: 0px 4px 0px #05050533;
    -ms-box-shadow: 0px 4px 0px #05050533;
    box-shadow: 0px 4px 0px #05050533;
}
.main-menu ul li .sub-menu.category-menu li{
	display:inline-block;
	width:150px;
	margin-top:20px;
	margin-bottom:20px;
	vertical-align:top;
}
.main-menu ul li .sub-menu.category-menu li.menu-category-desc{
	font-family:'Lora',serif;
	font-size:13px;
	font-style:italic;
	line-height:16px;
	padding-left:20px;
	padding-right:20px;
	width:165px;

}
.main-menu ul li .sub-menu.category-menu li.menu-category-separator{
    width: 1px;
	height: 84%;
    background-color: #666666;
    position: relative;
    top: 15px;
    margin-top: 0;
    margin-bottom: 0;
}
.main-menu ul li .sub-menu.category-menu li.menu-article{
	padding-left:20px;
}
.main-menu ul li .sub-menu.category-menu li.menu-article .menu-article-title{
	font-family:'Lora',serif;
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	text-align:center;
}

/* general-layout */
#banner-image{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
#post-content,#sidebar-content,#category-content{
	padding-top:40px;
	padding-bottom:40px;
}
.single-product #post-content,
#post-content.no-banner{
	padding-top:120px;
}
.home #post-content{
	padding-top:0;
}
#post-content .page-title,
#category-content .category-title,
.woocommerce-products-header .category-title{
	font-size:30px;
	font-weight:bold;
	line-height:34px;
	text-transform:uppercase;
	text-align:center;
	padding-bottom:20px;
}
#post-content .page-title{
	margin-bottom:30px;
	border-bottom:1px solid #333333;
}
#post-content .wpb_text_column.wpb_content_element a{
	text-decoration:underline;
	color:#777777;
}
.category-intro-row{
	margin-bottom:15px;
}
.category-intro-row-inner{
	padding-top:30px;
	padding-bottom:30px;
	max-width:760px;
	margin:0 auto;
	text-align:center;
	padding-left: 6px;
    padding-right: 6px;
}
.post-intro,.category-intro{
	text-align:center;
}
#post-content .page-intro,.post-intro,.category-intro{
	font-family:'Lora',sans-serif;
	font-style:italic;
}
#post-content .page-intro{
	font-size:22px;
	line-height:26px;
	padding-bottom:30px;
}
#article-single-head .post-intro{
	font-size:19px;
	line-height:22px;
}
#post-content .page-intro{
	margin-bottom:30px;
	border-bottom:1px solid #333333;
}
#post-content .heading-underline{
	margin-top:6px;
	margin-bottom:15px;
	min-height:2px;
	max-width:80px;
	background-color:#bf1e2d;
}
#post-content .location-field:not(:first-child){
	margin-top:60px;
}

.article-single-meta.text-light .article-single-category,
.article-single-meta.text-light .article-single-tags,
.article-single-meta.text-light .post-title,
.article-single-meta.text-light .post-intro,
.category-intro.text-light{
	color:#ffffff;
}

.post-title > a {
  color: #383838;
  transition:.3s;
}
.post-title > a:hover{color:#bf1e2d;}
.post-title {
  font-size: 30px;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:15px;
}

#nav-mobile{
	width:100%;
	padding:0 5px 20px;
	cursor:pointer;
	z-index: 10;
  position: absolute;
  background-color: #fff;
	text-align: center;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}

#nav-mobile .navigation li a{
	display: block;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	padding: 15px 5px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	overflow: hidden;
}

#nav-mobile .navigation li:not(:last-child) a:after{
	content:'';
	display:block;
	text-align:center;
	height:1px;
	width: 120px;
	border-bottom:1px solid #666666;
	margin:0 auto;
	position:relative;
	top:10px;
}
#nav-mobile .search-form{
	position: relative;
	left: 16px;
}

#nav-mobile .search-form .search-field{
	width:240px;
}

/*** 

====================================================================
	Footer
====================================================================

***/

#footer{
	position:relative;
}

.copyright{
	text-align:center;
	font-size: 12px;
	margin-bottom:0;
}

#footer-subscribe{
	text-align:center;
}

#footer-subscribe div.subscribe-text,#footer-subscribe div.wpcf7{
	display:inline-block;
}

#footer-subscribe .subscribe-text{
	font-family: 'Lora', serif;
	font-size:15px;
	font-weight:bold;
	margin-right:12px;
}

#footer-subscribe input.wpcf7-email{
	border:none;
	font-size:14px;
}

input.wpcf7-email, input.wpcf7-text, textarea{
	padding:5px 10px;
}

input.wpcf7-submit{
	font-family: 'Lora', serif;
	font-weight:bold;
	font-size:12px;
	padding:5px 15px;
	letter-spacing:0.05em;
	border:none;
	color:#fff;
	background-color:#666666;
}

#post-content input.wpcf7-email,
#post-content input.wpcf7-text,
#post-content textarea{
	width:90%;
	max-width:470px;
	border:1px solid #666666;
	font-size:14px;
}

#post-content .wpcf7 label{
	font-family:'Lora',sans-serif;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:10px;
}

/* PAGE CONTENT */
.shop-now-block{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;

}

.shop-now-block.sidebar-layout{
	min-height:270px;
	height:auto;
	padding:20px;
}

.shop-now-block.content-layout{
	max-width:800px;
	margin:0 auto;
	padding:20px;
	margin-top:32px;
}

.page-template-page-enursery .shop-now-block.content-layout{
	margin-top:0;
}

.shop-now-block.content-layout.bottom-hr{
	margin-bottom:32px;
}

.shop-now-content{
	display:flex;
	justify-content:space-between;
}

.shop-now-block.sidebar-layout .shop-now-content{
	flex-direction:column;
}

.shop-now-block.content-layout .shop-now-content h3{
	margin: auto 0;
}

.shop-now-content h3{
	font-size:38px;
	font-weight:bold;
	line-height:46px;
	color:#ffffff;
	text-align:left;
	text-transform:uppercase;
}
.shop-now-content h3 span{
	display:block;
	font-size:28px;
	font-weight:normal;
	font-style:italic;
	text-transform:none;
	line-height:34px;
	color:#ffffff;
	text-align:left;
}
.shop-now-block.content-layout h3{
	padding-left:10px;
}
.shop-now-block.content-layout .shop-now-link{
	text-align:right;
}

.shop-now-block.sidebar-layout .shop-now-link{
	margin-top:56px;
	text-align:left;
}

.shop-now-block.sidebar-layout h3{
		max-width:230px;
}

.shop-now-link img{
	max-width:100px;
	height:auto;
}

#post-content .subscribe-widget{
	padding:20px 20px 15px;
	background-color:#edeced;
}

#post-content .subscribe-widget-title{
	font-family:'Lora',sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
}

#post-content .subscribe-widget-text{
	font-family:'Lora',sans-serif;
	font-style:italic;
	margin-bottom:15px;
	font-size:15px;
}

#post-content .subscribe-widget .wpcf7-email{
	border:none;
	width:100%;
}

#post-content .subscribe-widget .wpcf7-submit{
	margin-top:5px;
	float:right;
}

#post-content .subscribe-widget .wpcf7-submit:after{
	clear:both;
}


.articles-like-block,.articles-latest-block,.community-block{
	margin-top:40px;
}

.articles-latest-block .article-item:hover .article-category{
	background-color:#333333;
}
.articles-latest-block .article-item:hover .article-link a{
	color:#333333;
}

.community-block .community-intro{
	margin-bottom:20px;
}

.full-width-title {
	font-family:'Lora',serif;
	font-weight:bold;
	font-size:22px;
	line-height:26px;
	text-align:center;
	text-transform:uppercase;
    overflow: hidden;
    text-align: center;
	margin-bottom:30px;
}
.full-width-title:before,
.full-width-title:after {
    background-color: #666666;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.full-width-title:before {
    right: 0.5em;
    margin-left: -50%;
}
.full-width-title:after {
    left: 0.5em;
    margin-right: -50%;
}

#article-single-head{
	border-top:3px solid #ffffff;
	background-color:#f7e65c;
	padding:15px 10px 20px;
}

.article-single-meta{
	max-width:760px;
	margin:0 auto;
	text-align:center;
}

.article-single-category,.article-single-tags{
	display:inline-block;
	font-family:'Lora',serif;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}

.article-photo-block{
	margin-bottom:30px;
}

.article-text-block{
	margin-bottom:40px;
}

.article-text-block.enlarged-quote p{
	font-family:'Lora',serif;
	font-style:italic;
	font-size:22px;
	line-height:26px;
}

.article-photo-block div[class^="col-"]{
	text-align:center;
}

.article-photo-block .caption,
.article-photo-block .photographer{
	text-align:left;
}

.article-photo-block.triple_b-layout .col-right img:last-child{
	margin-top:22px;
}
.article-photo-block.triple_a-layout .col-right img:last-child{
	margin-top:20px;
}

.article-item{
	margin-bottom:40px;
}

.article-category{
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	background-color:#666666;
	padding:5px 0 5px;
	letter-spacing:0.5px;
}

.article-category a{
	color:#ffffff;
}

.article-image{
	margin-top:2px;
	margin-bottom:12px;
}

.article-image a{
	display:block;
}

.article-image img{
	max-width:100%;
	height:auto;
}

.article-title{
	font-weight:bold;
	text-align:center;
}

.article-carousel-title{
	font-size:30px;
	line-height:34px;
	text-align:left;
	padding-top:40px;
}

.article-link{
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:2px 10px;
	text-align:right;
}

.articles-like-block .article-link{
	margin-top:15px;
}

.article-excerpt{
	margin-top:8px;
	margin-bottom:30px;
	text-align:center;
}

.articles-latest-block .article-excerpt{
	min-height:40px;
}

.article-carousel{
	/*background-color:#f7e65c;*/
	height:348px;
	margin-bottom:3px;
}

.article-carousel .article-item{
	background-color:#f7e65c;
	padding:20px;
	margin-bottom:0;
	height:348px;
}

.article-carousel-excerpt{
	margin-top:30px;
	margin-bottom:40px;
}

.article-link a{
	font-family:'Lora',serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#666666;
}

.article-carousel-link a{
	font-family:'Lora',serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333333;
}

.article-carousel .article-item.text-light .article-carousel-title,
.article-carousel .article-item.text-light .article-carousel-excerpt p,
.article-carousel .article-item.text-light .article-carousel-link a{
	color:#ffffff;
}

.community-intro p{
	font-family:'Lora',serif;
	text-align:center;
}

.community-social{
	text-align:center;;
}
.community-social li{
	margin-left:5px;
	margin-right:5px;
	padding:1px;
	display:inline-block;
}
.community-social img{
	width:22px;
	height:22px;
}


.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.caption{
	max-width:764px;
	margin-top:15px;
	padding-left:10px;
	padding-right:10px;
	font-family:'Lora',serif;
	font-size:13px;
	font-style:italic;
}
.caption p{
	font-size:12px;
}

.photographer{
	max-width:764px;
	margin-top:15px;
	padding-left:10px;
	padding-right:10px;
	font-family: 'Cabin',sans-serif;
	font-size:12px;
}

.photographer a{
	text-decoration:underline;
}

.spacer{
	height:40px;
}

.slider-image img{
	min-width: 100%;
    height: auto;
    max-height: 552px;
    overflow: auto;
	object-fit:cover;
}

.wp-pagenavi{margin-top:40px;margin-bottom:60px;}

.enursery-bg{background-color:#5a6d8c;}

/* OWL CAROUSEL */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
	position: absolute;
	top: 0;
	right: 20px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px 5px;
	background: transparent;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 50%;
	border: 1px solid #ffffff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ffffff;
}

/** WOOCOMMERCE **/

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering select{
    display:none;
}

.woocommerce div.product p.stock{
    text-align:center;
}

.bundled_item_cart_details p.stock{
	display:none;
}

.woocommerce div.product .product_title{
	font-weight:bold;
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
}

.woocommerce div.product .bundled_product_title.product_title{
	margin-bottom:8px;
}

.woocommerce div.product .product_meta{
	text-align:center;
	font-family:'Lora',serif;
	font-size:22px;
	font-style:italic;
}

.woocommerce div.product p.price{
	text-align:center;
	margin-top:30px;
}

.woocommerce div.product .tc-extra-product-options.tc-show, .woocommerce div.product .tc-extra-product-options.tc-show-override{
	display: flex;
	justify-content: center;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
	font-family:'Lora',serif;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	color:#999999;
}

.woocommerce div.product .entry-summary p.price{
	margin-bottom:5px;
}

.woocommerce div.product .tm-extra-product-options{
	margin-bottom:20px;
	padding-top:10px;
}

.woocommerce div.product .tm-extra-product-options .tm-extra-product-options-field{
	float:none;
}

.woocommerce div.product .tm-extra-product-options .tm-epo-field-label.tm-left{
	max-width:50%;
}

.woocommerce div.product .tm-extra-product-options-totals .tm-options-totals,
.woocommerce div.product .tm-extra-product-options-totals dt.tm-final-totals{
	display:none;
}

.woocommerce div.product .tm-extra-product-options-totals dd.tm-final-totals .price{
	padding-left:15px;
}

.woocommerce div.product .tc-totals-form{
	display: inline-block;
	width:64%;
	border-style:solid;
	border-width:1px 0 1px 0;
	border-color:#666666;
}

.woocommerce div.product .tc-totals-form .tm-epo-totals{
	padding-top:7px;
	padding-bottom:8px;
}

td.product-name a.tm-cart-edit-options, .tm-cart-edit-options{
	display:none;
}

.woocommerce div.product.product-type-simple form.cart{
	padding-top: 7px;
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #666666;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 5px;
    margin-top: 2em;
}

.woocommerce div.product.product-type-simple form.cart .quantity-label{
    margin-right: 10px;
}

.woocommerce div.product.product-type-simple form.cart div.quantity {
    float: none;
    margin: 0 4px 0 0;
    flex-grow: 2;

}

.woocommerce div.product.product-type-simple form.cart div.quantity input{
	border: 0;
    background-color: #eee;
	padding-top: 5px;
    padding-bottom: 5px;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button{
	float: none;
    display: inline-block;
    width: 35%;
	color:#ffffff;
	text-transform:uppercase;
	background-color:#666666;
	font-family:'Lora',serif;
	font-weight:bold;
	font-size:16px;
	border-radius:0;
	padding:10px 15px;
	position: relative;
    top: -1px;
}

.woocommerce div.product.product-type-bundle form.cart .bundle_button{
	border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #666666;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #f7f6f7;
	-webkit-transition: position 500ms ease-out;
	-moz-transition: position 500ms ease-out;
	-o-transition: position 500ms ease-out;
	transition: position 500ms ease-out;
}

.woocommerce div.product.product-type-bundle form.cart .tc-totals-form{
	display:none!important;
}

.woocommerce div.product.product-type-bundle form.cart .bundle_button.bundle_button_fixed{
	position: fixed;
}

.woocommerce div.product.product-type-bundle form.cart .bundle_button .bundle_button_inner{
	max-width:962px;
	width:100%;
	margin:0 auto;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

.woocommerce div.product.product-type-bundle form.cart .bundle_button .bundle_button_inner .bundle_error{
	flex-grow:2;
}

.woocommerce div.product.product-type-bundle form.cart .bundle_button .bundle_error .woocommerce-info{
    margin-bottom: 0;
	padding-left:5px;
	padding-right:5px;
}

.woocommerce div.product.product-type-bundle form.cart .bundle_button .bundle_add_to_cart_button{
	width:auto;	
	margin:8px 5px;
}



.woocommerce div.product .woocommerce-product-details__short-description{
	text-align:center;
}

.woocommerce div.product .woocommerce-product-details__short-description p{
	font-family:'Lora',serif;
	font-size:18px;
	font-style:italic;
	line-height:21px;
}

.woocommerce div.product .npp-product-description{
	margin-top:20px;
	text-align:center;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top:5px;
}

.woocommerce div.product div.images .flex-control-thumbs li img{
	padding:10px;
}

/*.woocommerce .product.product-type-simple .quantity{
	display:none;
}*/

#diy-listings{
	margin-top:45px;
}

#diy-listings .woocommerce ul.products li.product .price{
	margin-top:10px;
	margin-bottom:15px;
}

.woocommerce .product.product-type-bundle table.bundled_products{
	margin-top:30px;
}

.woocommerce .product.product-type-bundle table.bundled_products td.bundled_item_col{
	padding-bottom:0;
}

.woocommerce .product.product-type-bundle table.bundled_products td.bundled_item_col .stock{
    text-align:left;
}

.woocommerce .product.product-type-bundle table.bundled_products td.bundled_item_details_col{
	width:60%;
}

.woocommerce .product.product-type-bundle table.bundled_products .bundled_product_excerpt.product_excerpt{
	display:none;
}

.woocommerce .product.product-type-bundle table.bundled_products .bundled_product_title.product_title{
  font-family: 'Cabin', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  color: #333333;
  text-align:left;
  margin-top:10px;
  margin-bottom:5px;
}

.woocommerce .product.product-type-bundle table.bundled_products .bundle_botanical{
	font-family: 'Lora',serif;
    font-size: 14px;
    font-style: italic;
    line-height: 16px;
    display: block;
    color: #333333;
    text-overflow: ellipsis;
	margin-bottom:5px;
}

.woocommerce .product.product-type-bundle table.bundled_products th.bundled_item_qty_head {
	text-align:right;
}

.woocommerce .product.product-type-bundle table.bundled_products .bundled_item_qty_col{
	padding-right:0;
}

.woocommerce .product.product-type-bundle table.bundled_products .bundled_item_qty_col .quantity{
	margin-top:18px;
	text-align:right;
}

.woocommerce .product.product-type-bundle table.bundled_products .bundled_item_qty_col .quantity input{
	font-family: 'Cabin', sans-serif;
	padding-top: 3px;
    padding-bottom: 3px;
}

.woocommerce .product.product-type-bundle table.bundled_products th.bundled_item_col{
	font-family:'Lora',serif;
	font-size:13px;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:5px;
	border-bottom:1px solid #666666;
}

.woocommerce .related.products{
	margin-top:40px;
}

.woocommerce ul.products .button.add_to_cart_button,
.woocommerce ul.products li.product .button,
.archive.woocommerce ul.products .button{
	display:none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.bundled_product_title.product_title .item_title{
	font-family:'Lora',serif;
	font-size:20px;
	font-weight:bold;
	line-height:26px;
	text-align:center;
	padding-top:0;
	padding-bottom:10px;
}

.bundled_product_title.product_title .item_title{
	font-size:17px;
}

.woocommerce ul.products li.product .product_meta,
.bundled_product .bundle_botanical{
	font-family:'Lora',serif;
	font-size:14px;
	font-style:italic;
	line-height:16px;
	display:block;
	text-align:center;
	color:#333333;
	height:20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.woocommerce ul.products li.product .woocommerce-product-details__short-description,
.woocommerce ul.products li.product .bundled_product_excerpt.product_excerpt{
	margin-top:10px;
	min-height:60px;
	text-align:center;
	font-size:14px;
}

.woocommerce ul.products li.product .woocommerce-product-details__short-description p,
.woocommerce ul.products li.product .bundled_product_excerpt.product_excerpt p{
	font-size:14px;
}

.bundled_product .bundled_product_image{
	cursor:pointer;
}

.bundled_product .bundled_product_title{
	cursor:pointer;
}

.bundle_excerpt_hidden,
.bundle_gallery_hidden{
	display:none!important;
}

#bundle-popup{
	display:none;
	position: fixed;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -35%);
	max-width: 470px;
	width: 94%;
	max-height:80vh;
	background: #fff;
	box-shadow:0 0 20px #bbb;
	overflow-y:auto;
	z-index: 1;
}

#bundle-popup-header{
	padding:5px 10px;
	background: #5a6d8c;
}

#bundle-popup-title{
	color:#fff;
	width:80%;
	display:inline-block;
	text-align:left;
}

#bundle-popup-close{
	width:20%;
	color:#fff;
	display:inline-block;
	text-align:right;
	font-size:20px;
	cursor:pointer;
}

#bundle-popup-heading{
	padding-top:20px;
	padding-bottom:10px;
	text-align:center;
}

#bundle-popup .popup-gallery-img{
	width:100%;
	max-width:470px;
	height:353px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

#bundle-popup-gallery .owl-nav {
	margin-top:0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

#bundle-popup-gallery .owl-prev,
#bundle-popup-gallery .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#bundle-popup-gallery .owl-prev{
	left:0;
}

#bundle-popup-gallery .owl-next{
	right:0;
}

#bundle-popup-gallery.owl-carousel .owl-nav button.owl-prev,
#bundle-popup-gallery.owl-carousel .owl-nav button.owl-next{
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	padding: 5px!important;
	background: rgba(0,0,0,0.5);
	border-radius:3px;
	display: inline-block;
	cursor: pointer;
}

#bundle-popup-gallery .owl-nav button.owl-prev span,
#bundle-popup-gallery .owl-nav button.owl-next span {
    position: relative;
}

#bundle-popup .bundle-popup-excerpt{
	padding:10px 20px 20px;
}

#bundle-popup #bundle-popup-botanical{
	padding-bottom:10px;
	text-align:center;
	font-family: 'Lora',serif;
  font-size: 14px;
  font-style: italic;
  line-height: 16px;
  display: block;
  color: #333;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#bundle-popup .bundle-popup-excerpt p{
	text-align:center;
	font-family: 'Lora',serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
}

#bundle-footer-close{
	display:none;
	text-align:right;
	color:#fff;
	cursor:pointer;
	padding:5px;
}

.woocommerce ul.products li.product .price,.sim-price{
	font-family:'Lora',serif;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	text-transform:uppercase;
	text-align:center;
	display:block;
	padding:5px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#666666;
	margin-top:25px;
	margin-bottom:30px;
}


.woocommerce-cart table.cart th{
	font-family:'Lora',serif;
	font-size:13px;
	line-height:16px;
	text-transform:uppercase;
}

.woocommerce-cart .quantity-placeholder {
    display: inline-block;
    width: 3.631em;
    text-align: center;
    position: relative;
    left: -4px;
}

.woocommerce .cart-collaterals .cart_totals h2{
	font-family:'Lora',serif;
}


.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	color: #ffffff;
    text-transform: uppercase;
    background-color: #666666;
    font-family: 'Lora',serif;
    font-weight: bold;
    font-size: 13px;
	line-height:16px;
    border-radius: 0;
    padding: 10px 15px;
    position: relative;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background-color: #666666;
    text-decoration: none;
    background-image: none;
    color: #ffffff;
}


#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	min-width:120px;	
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	padding:3px 6px;
}

.woocommerce table.shop_table td{
	padding:2px 10px;
}

.woocommerce table.shop_table tr.order-total td,
.woocommerce table.shop_table tr.cart-subtotal td{
	padding-top:9px;
	padding-bottom:9px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	margin-top:20px;
}

.woocommerce #order_review_heading{
	margin-top:30px;
	padding-bottom:10px;
}

.woocommerce-shipping-fields .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
	margin-top:0;
	margin-bottom:0;
}

.woocommerce-info{
	border-top:none;
}
.woocommerce-info::before{
	display:none;
}

.npp-care-block{
	font-family:'Lora',serif;
	font-size:16px;
	font-style:italic;
	line-height:19px;
	text-align:center;
	padding:20px 30px;
	background-color:#ededed;
	color:#333333;
}

.npp-free-shipping{
	font-family:'Lora',serif;
	font-size:16px;
	font-weight:bold;
	line-height:19px;
	color:#ff5343;
	text-align:center;
	margin-bottom:20px;
}

.enursery .category-intro-row{
	margin-bottom:40px;
}

.enursery .category-intro-row .category-intro{
	color:#ffffff;
}

.category-intro{
    font-size: 22px;
    line-height: 26px;
}

div.wpcf7-response-output{
	border:none!important;
}


.woocommerce div.product div.images .flex-control-thumbs{
	margin-left:-10px;
	margin-right:-10px;
}

.woocommerce ul.products li.product .npp-free-shipping{
    text-transform:uppercase;
    font-size:12px;
    margin-bottom:25px;
    margin-top:-25px;
    color:#333;
}

.woocommerce div.product form.cart.bundle_form{
	margin-top:2em;
}

.woocommerce div.product form.cart.bundle_form .woocommerce-product-details__short-description{
	margin-bottom:1em;
}

.single-product div.product .bundled_product .bundled_item_wrap *+.bundled_item_button .quantity{
	margin:0;
}

.single-product div.product .bundled_product .bundled_item_wrap .bundled_item_cart_content{
    font-family: 'Lora',serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 5px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    color: #666;
	margin-top: 0;
    margin-bottom: 30px;
}

.single-product div.product .bundled_product .bundled_item_wrap .bundled_item_after_cart_details{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-product div.product .bundled_product .bundled_item_wrap .bundled_item_after_cart_details .quantity .bundled_qty{
	border:0;
	background-color:#eee;
}

.woocommerce table.shop_table .woocommerce-shipping-totals.express-post td{
	padding-top: 10px;
    padding-bottom: 10px;
}
.woocommerce-shipping-totals.express-post td a{
	text-decoration:underline;
	background-color: #f7f6f7;
    padding: 5px;
}

/***
====================================================================
	Helpers
====================================================================

***/

.responsive-map{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.responsive-map iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

.grecaptcha-badge { 
    visibility: hidden;
}

/***

====================================================================
	Responsive
====================================================================

***/

/* large pc :1920px. */
@media (min-width: 1200px){
	#npp-slider{
		margin-right:3px;
	}
	.no-space:first-child .vc_column-inner{
		padding-right:0;
	}
	.no-space:last-child .vc_column-inner{
		padding-left:0;
	}
	#mobile-menu-icon{
		display:none;
	}
}

/* large desktop :1366px. */
@media (min-width: 1200px) and (max-width: 1500px) {

}

@media (min-width: 992px){
	.woocommerce ul.products.columns-4 li.product{
		margin: 0 1.9% 25px 0;
		width: 23.55%;
	}
		
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {

}

@media (min-width: 768px){

	.shop-now-content h3{
		max-width:480px;
	}
	
	.woocommerce .related.products ul.products li.product:last-child,
	.woocommerce ul.products li.product.last{
		margin-right:0;
	}
}
 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {

	/*.woocommerce ul.products li.product .woocommerce-loop-product__title{
		font-size:17px;
		line-height:18px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}*/
}

@media (min-width: 600px) {
	.header-icons > li:nth-child(3),
	.header-icons > li:nth-child(5){
		margin-left:8px;
		margin-right:8px;
	}
}
 
/* small mobile :320px. */
@media (max-width: 1199px) {
	.header-top-area .container {
		height: 60px;
	}
	.header-top-area #logo-row{
		height:100%;
	}
	.header-logo{
		padding-left:10px;
	}
	.header-logo a img{
		max-height:145px;
		width:auto;
		padding-left:15px;
	}
	.header-top-area #header-line{
		top:1px;
	}
	/*.header-icons > li:nth-child(3),
	.header-icons > li:nth-child(4){
		margin-left:10px;
		margin-right:4px;
	}*/
	#nav-row{
		display:none;
	}
	.owl-dots{
		display:none;
	}
	.article-carousel{
		margin-top:-2px;
	}
	.article-carousel,
	.article-carousel .article-item{
		height:160px;
	}
	.article-carousel .article-item{
		padding-top:15px;
		padding-bottom:15px;
	}
	.article-carousel-title{
		padding-top:0;
		font-size:22px;
		line-height:26px;
	}
	.article-carousel-excerpt{
		margin-top:10px;
		margin-bottom:10px;
	}
		li#shop-at-our-header {
    	display: none;
}
}



@media (max-width: 991px) {
	.woocommerce-cart-form__cart-item.bundled_table_item .product-price,
	.woocommerce-cart-form__cart-item.bundled_table_item .product-subtotal{
		display:none;
	}
	.single-product div.product .bundled_product .bundled_item_wrap .bundled_item_after_cart_details .quantity .bundled_qty{
		font-size:16px;
	}
}

@media only screen and (max-width: 768px){
	.header-logo{
		padding-left:0;
	}
	#post-content.enursery,#category-content{
		padding-top:80px;
	}	
	.codeneric_ultimate_ads_manager_ad_wrapper{
		margin-bottom:60px;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
		width:100%;
		float:none;
	}
	.article-photo-block.triple_a-layout .col-right img:last-child{
		margin-top:0;
	}
	.article-photo-block.triple_b-layout .col-right img:last-child{
		margin-top:0;
	}
	#bundle-popup .bundle-popup-excerpt{
		padding:15px;
	}
	#bundle-footer-close{
		display:block;
	}


	
}


@media only screen and (max-width: 599px){
	.header-top-area .container {
    height: 75px;
	}
	.header-icons > li{
		margin-left:7px;
		margin-bottom:5px;
	}
	.header-icons > li{
		order:3;
	}
	.header-icons #npp-enursery-header{
		order:0;	
	}
	.header-icons #npp-cart{
		order:1;
	}
	.header-icons > li:nth-child(3),
	.header-icons > li:nth-child(5){
		margin-left:10px;
		margin-right:4px;
	}
}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 481px) and (max-width: 767px) {
	
}

@media only screen and (max-width: 480px){
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
		float:none!important;
		margin-bottom:45px;
	}
	#post-content .page-title, #category-content .category-title, .woocommerce-products-header .category-title{
		font-size:20px;
		line-height:24px;
	}
	#post-content .page-intro,#post-content .post-intro, .category-intro{
		font-size:18px;
		line-height:22px;
	}
	.woocommerce div.product .tc-totals-form,
	.woocommerce div.product form.cart .button.single_add_to_cart_button{
		width:49%;
	}
	#footer-subscribe div.subscribe-text,#footer-subscribe div.wpcf7,
	#footer-subscribe .wpcf7-form-control-wrap{
		display:block;
	}
	#footer-subscribe .subscribe-text{
		margin-right:0;
		margin-bottom:10px;
	}
	#footer-subscribe .wpcf7-form-control-wrap{
		margin-bottom:10px;
	}
	#footer-subscribe input.wpcf7-submit{
		margin-left:20px;
	}
}

@media only screen and (max-width: 380px){
	.woocommerce div.product.product-type-simple form.cart{
		flex-wrap:wrap;	
	}
	.popup-gallery-img{
		max-height:280px;
	}
}

@media only screen and (max-height: 640px){
	#bundle-popup{
		max-height:75vh;	
	}
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}


.wpa-test-msg{display:none;}

/* -------------------------------- 

AK CHANGES SHIFT ELSEWHERE IF YOU SEE FIT

-------------------------------- */
div.wpcf7-response-output {
    margin: 2em 0em 1em;
		margin-top: 2em;
		margin-right: 0em;
		margin-bottom: 1em;
		margin-left: 0em !important;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
	
	
}

.woocommerce div.product form.cart .button.single_add_to_cart_button{
    vertical-align: middle;
    float: none;
	margin:auto;
	display:block;
}

.woocommerce-variation-price {
    text-align: center;
    margin-bottom: 20px;
}

/*Mobile overides*/
.enursery-banners h4 {
    font-size: 36px;
    color: #ffffff;
    line-height: 1.3;
    text-align: left;
    font-family: Lora;
    font-weight: 700;
    font-style: normal;
}
@media only screen and (max-width: 480px) {
.enursery-banner h4 {
    font-size: 22px;
    color: #ffffff;
    line-height: 1.3;
    text-align: left;
    font-family: Lora;
    font-weight: 700;
    font-style: normal;
}
}
