::-webkit-input-placeholder {
 color: #333;
}

:-moz-placeholder { /* Firefox 18- */
 color: #333;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #333;
}

:-ms-input-placeholder {
 color: #333;
}
body {
	color: #464646;
	background: #fff;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-style: normal;
	overflow: hidden;
	line-height: 1
}
a:focus {
	outline: 0;
}
html {
	position: relative;
	min-height: 100%;
	overflow-y: scroll;
}
.clear {
	height: 20px;
	clear: both;
}
.cler {
	height: 10px;
	clear: both;
}
.clr {
	height: 0px;
	clear: both;
	width: 100%;
}
.no-left-padding {
	padding-left: 0px;
}
.no-right-padding {
	padding-right: 0px;
}
.no-padding {
	padding: 0px;
}
.section {
	display: block;
	position: relative;
}
.header {
	background: #ffffff;
	display: block;
	position: relative;
	border-top: 2px solid #000000;
	height: 105px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.top-section {
	display: block;
	height: 50px;
	border-bottom: 1px solid #2d5c16;
	font-size: 16px;
	color: #454545;
	font-weight: 400;
	padding-top: 18px;
}
.logo {
	width: 150px !important;
	height: 100px;
	background-color: #fff;
	position: absolute !important;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	top: 0;
	padding-top: 7px;
}
.logo img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}
.top-content-box {
}
.top-icon {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.top-content-box-left {
	display: block;
	position: relative;
	padding-left: 20px;
}
.top-content-box-left:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f3c5";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	width: 15px;
	height: 15px;
	display: none;
}
.phone-box i {
	font-size: 16px;
}
.top-content-box-right {
	padding-left: 75px !important;
}
.social-icon-section a {
	margin: 0 6px;
	display: inline-block;
	vertical-align: top;
	color: #454545;
	font-size: 14px;
}
.top-content-box-left-section {
	padding-right: 75px !important;
	text-align: right;
}
.menu-section {
	display: block;
	position: relative;
	padding: 12px 0;
}
.menu-left-section {
	padding-right: 75px !important;
}
.navigation-section ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 600;
}
.navigation-section ul li {
	float: left;
	margin: 0 0 0 44px;
}
.navigation-section ul li a {
	display: block;
	padding: 6px 12px;
	color: #000000;
	text-decoration: none;
}
.navigation-section ul li a:hover {
	background-color: #fded26;
	color: #2e5d17;
}
.menu-right-section {
	padding-left: 75px !important;
}
.menu-right-section .navigation-section ul li {
	margin: 0 44px 0 0;
}
.cart-box {
	display: inline-block;
	vertical-align: middle;
}
.cart-box .cart-contents {
	display: block;
	position: relative;
	background: url(../images/cart.svg) no-repeat;
	height: 36px;
	width: 36px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	outline: 0 !important;
}
.cart-box .cart-contents span {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fded26;
	text-align: center;
	font-size: 13px;
	color: #2d5c16;
	line-height: 18px;
	z-index: 1;
	top: -3px;
	right: -10px;
	font-weight: 500;
	border: 1px solid #a9c28d;
}
.sidebar-box-section {
	display: block;
}
.sidebar-box-section-top {
	display: block;
}
.sidebar-box-section-top img {
	width: 100%;
	height: auto;
	display: block;
}
.categories-section {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #000000;
	font-weight: 300;
	line-height: 1.45rem;
}
.categories-section li {
	display: block;
	position: relative;
	border: 1px solid #a3c294;
	border-top: none;
	background-color: #fffde6;
}
.categories-section li a {
	display: block;
	position: relative;
	padding: 16px 30px 13px 48px;
	text-decoration: none !important;
	color: #000000;
}
.categories-section li:last-child {
	border-bottom: none;
}
.categories-section li a:before {
	position: absolute;
	left: 12px;
	top: 15px;
	content: "";
	background: url(../images/catagory-bg.png) no-repeat;
	width: 25px;
	height: 25px;
}
.categories-section li a:hover {
	color: #2d5c16;
}
.slider-section .slick-slide {
	position: relative;
}
.slider-section .slick-prev, .slider-section .slick-next {
	position: absolute;
	z-index: 99;
	top: 47%;
	width: 45px;
	height: 45px;
	background-color: rgba(0,0,0,0.3);
	text-align: center;
	border-radius: 0;
	border: none;
}
.slider-section .slick-prev {
	left: inherit;
	right: -50px;
	margin-top: 50px;
	background: rgba(0,0,0,0.3) url(../images/left-arrow.png) center center no-repeat;
}
.slider-section .slick-next {
	right: -50px;
	background: rgba(0,0,0,0.3) url(../images/right-arrow.png) center center no-repeat;
}
.slider-section .slick-prev:before, .slider-section .slick-next:before {
	content: "";
	display: none;
}
.slider-cation {
	position: absolute;
	width: 100%;
	max-width: 650px;
	background-color: rgba(0,0,0,0.6);
	font-size: 16px;
	color: #c9c9c9;
	right: 0;
	top: 0;
	padding: 20px 40px;
	z-index: 1;
	margin-top: 60px;
}
.slider-cation h2 {
	font-size: 36px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 15px;
}
.slider-cation p {
	line-height: 1.45rem;
}
.slider-cation h2 span {
	color: #fded26;
}
.custom-btn {
	background-color: #fded26;
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 14px 32px;
	border: none !important;
	outline: none !important;
	border-radius: 0;
}
.custom-btn:hover, .custom-btn:focus {
	background-color: #2d5c16;
	color: #fff;
}
.slider-section .slick-dots {
	bottom: 25px;
}
.slider-section .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slider-section .slick-dots li {
	width: 40px;
	height: 6px;
}
.slider-section .slick-dots li button {
	width: 40px;
	height: 6px;
	padding: 0;
	background: #000;
	opacity: 0.4;
}
.slider-section .slick-dots li button:before {
	display: none !important;
}
.slider-section .slick-dots li.slick-active button {
	opacity: 0.8;
}
.main-heading {
	display: block;
	width: 100%;
}
.main-heading h2 {
	font-weight: 700;
	font-size: 50px;
	color: #d5d5d5;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	line-height: 1;
}
.main-heading h3 {
	font-weight: 600;
	font-size: 26px;
	color: #2d5c16;
	margin: 0;
	padding: 30px 0 0 95px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
}
.content-section p {
	line-height: 1.45rem;
}
.back-bg {
	background-color: #152317;
}
.heading {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	display: block;
}
.why-choose-us-box {
	display: block;
	border: 1px solid rgba(255,255,255,0.25);
	height: 52px;
	margin-top: 15px;
}
.why-choose-us-box-icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 80px;
	text-align: center;
	line-height: 50px;
	border-right: 1px solid rgba(255,255,255,0.25);
}
.why-choose-us-box-content {
	display: block;
	padding: 12px 0 12px 100px;
}
.why-choose-us-box-content h5 {
	font-size: 18px;
	color: #fded26;
	font-weight: 600;
	margin: 0 0 5px;
}
.why-choose-us-box-content p {
	font-size: 14px;
	color: #ffffff;
	font-weight: 300;
	margin: 0 0;
}
.main-heading.text-center h2 {
	right: 0;
	margin: 0 auto;
}
.product-image {
	width: 250px;
	height: 250px;
	border: 2px solid #218734;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: inset 0px 0px 0px 12px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 0px 12px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 12px rgba(255,255,255,1);
	line-height: 243px;
	display: block;
	margin: 0 auto 10px;
	transition-property: background;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	overflow: hidden;
}
.product-image img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.product-image:hover {
	background-color: #cccccc;
	border-color: #fdef2a;
}
.carousal-box h5, .carousal-box h5 a {
	font-size: 20px;
	color: #2d5c16 !important;
	font-weight: 600;
	text-decoration: none !important;
}
.product-slider .slick-prev, .product-slider .slick-next {
	display: none !important;
}
.map-box iframe {
	display: block;
	max-width: 100%;
}
.contact-box {
	height: 290px;
}
.contact-box .form-control {
	background-color: #152317;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	color: #fff;
	padding-left: 0;
	padding-right: 0;
}
.contact-box .form-control:focus {
	box-shadow: none !important;
	outline: 0;
	border-color: #fded26;
	color: #fded26;
}
.footer {
	display: block;
	position: relative;
	background-color: #000;
}
.footer-logo {
	font-size: 20px;
	color: #fded26;
	font-weight: 600;
}
.footer-menu li > a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
}
.footer-menu li {
	position: relative;
	padding: 0 15px;
	margin: 0 !important;
	display: inline-block;
	float: none;
}
.footer-menu li:before {
	position: absolute;
	left: 0;
	height: 13px;
	top: 2px;
	content: "";
	width: 1px;
	background-color: #fff;
}
.footer-menu li:first-child:before {
	display: none !important;
}
.footer-menu li > a:hover {
	color: #fded26;
}
.product-slider .slick-dots li button:before {
	font-size: 14px;
}
.social-icon-section a.twitter:hover {
	color: #1DA1F2;
}
.social-icon-section a.facebook:hover {
	color: #3B5998;
}
.social-icon-section a.google-plus:hover {
	color: #DB4437;
}
..social-icon-section a.you-tube:hover {
 color: #ff0000;
}
.social-icon-section a.pinterest:hover {
	color: #DB4437;
}
.social-icon-section a.linked-in:hover {
	color: #0077B5;
}
.map-section .heading {
	font-size: 40px;
}
.inner-banner-section {
}
.inner-banner-section img {
	width: 100%;
	height: auto;
	display: block;
}
.inner-banner-section .overlay {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.55);
}
.inner-banner-section .overlay h2 {
	font-size: 36px;
	color: rgba(255,255,255,0.5);
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
.list-with-bullet {
	margin: 0 0 0 15px;
	padding: 0;
}
.list-with-bullet li {
	margin-bottom: 10px;
}
.about_text {
	line-height: 28px;
}
.contact_icon {
	text-align: center;
}
.contact_icon span {
	font-size: 16px;
	color: #777777;
}
.contact_icon table td {
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45rem;
}
.contact_icon1 i {
	color: #FFF;
	background: #2d5c16;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
}
.contact-area .form-control {
	border: none;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: medium;
	box-shadow: none !important;
	font-size: 12px;
	border-bottom: 1px solid #2d5c16;
	padding: 9px 10px;
	border-radius: 0;
	background-color: transparent;
	margin-bottom: 30px;
}
.contact-area .form-control:hover, .contact-area .form-control:focus {
	border-bottom: 2px solid #fded26;
}
.product_header {
	height: 49px;
	background: #2d5c16;
	border-left: 5px solid #ffff66;
	padding-left: 40px;
	text-transform: uppercase;
	font-size: 24px;
	color: #ffff66;
	line-height: 49px;
	font-weight: 500;
}
.product-image_d {
	width: 250px;
	height: 250px;
	border: 2px solid #fdef2a;
	border-radius: 50%;
	background-color: #cccccc;
	text-align: center;
	-webkit-box-shadow: inset 0px 0px 0px 12px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 0px 12px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 12px rgba(255,255,255,1);
	line-height: 243px;
	display: block;
	margin: 0 auto 10px;
	transition-property: background;
	transition-duration: 0.2s;
	transition-timing-function: linear;
}
.product-image_d img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.custom_table thead {
	background: #336600;
	color: #fff;
}
.custom_table thead tr th {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #8b8b8b;
}
.custom_table tbody tr td {
	font-size: 16px;
	font-weight: normal;
	background: #fffde6;
	text-align: center;
	border: 1px solid #8b8b8b;
}
.custom_table .btn_basket {
	color: #FFF;
	font-size: 13px;
	padding: 4px 15px 2px 15px;
	line-height: 13px;
	background: #286800 url(../images/cart_details.png) no-repeat left 5px center;
	padding-right: 10px;
	padding-left: 24px;
	font-weight: 500;
}
.social-icon-section, .phone-box {
	vertical-align: top;
}
.carousal-box ul {
	text-align: left;
	margin-left: 20px;
	margin-bottom: 30px;
}
.registration_form {
}
.registration_form .wpr-field-title {
	color: #464646;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
 margin-bottom: .5rem;
	display: block;
}
.registration_form .input-group-addon {
	display: none !important;
}
.registration_form .wpr_field_wrapper div > p > input, .registration_form .wpr_field_wrapper div > p > select {
	border-left: 1px solid #ced4da !important
}
.wpr_field_selector {
	width: 100%;
}
.registration_form .form-control {
	font-size: 1rem;
}
.registration_form input[placeholder] {
	font-size: 14px;
}
.registration_form .wpr-field-model {
	padding: 15px;
}
.btn-info {
}
.list-with-tick {
	padding: 0;
	margin: 0;
	list-style: none;
}
.list-with-tick li {
	list-style: none;
	display: block;
	position: relative;
	color: #676a6c;
	padding: 0 0 0 34px;
	margin-bottom: 16px;
}
.list-with-tick li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: url(../images/icon/tick-icon.png);
	width: 17px;
	height: 17px;
}
ul.woocommerce-error {
	background: #fff;
	color: #505050;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	list-style: none;
	margin-top: 2px;
}
.required {
	color: #F00;
}
.myaccount_menu_bar li a {
	color: #676a6c;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
	text-decoration: none !important;
}
.myaccount_menu_bar li a:hover, .myaccount_menu_bar li a:focus, .myaccount_menu_bar li.is-active a {
	color: #148834;
}
.dashboard_content {
	padding-left: 30px;
	font-size: 16px;
	line-height: 1.4em;
}
.myaccount_address h3 {
	font-size: 25px;
	color: #505050;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 20px;
	margin-top: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.woocommerce-Address-title {
	padding-bottom: 20px;
}
.woocommerce {
	width: 100%;
}
.woocommerce-cart-form .actions .input-text {
	width: 200px !important;
	height: 41px;
}
.woocommerce-cart-form .quantity input {
	width: 70px;
}
.cart_totals td, .cart_totals th {
 padding: .75rem;
}
.input-text {
	display: block;
	width: 100%;
 padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
 border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	background-color: #fff;
	border-color: #c2c3c4;
	height: 45px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}
textarea.input-text {
	height: auto;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	width: 100%;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.woocommerce-input-wrapper {
	width: 100%;
	display: block;
}
.woocommerce-billing-fields__field-wrapper .form-row {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 25px;
}
.select2-container .select2-selection--single {
	height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 41px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0;
	height: 45px;
}
.empty_cart {
	display: block;
	position: relative;
	text-align: center;
	background: url(../images/empty-cart.png) no-repeat top center;
	padding-top: 220px;
}
.cart-empty {
	color: #333;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .1em;
	margin-bottom: 25px;
	text-transform: uppercase;
}
#ship-to-different-address label {
	width: 100%;
}
.form-control {
	border-radius: 0;
}
a.disabled, button.disabled {
	cursor: not-allowed
}
.main-menu-more {
	display: none;
}
.menu-for-mobile {
	display: none;
}
.cart_mob {
	display: none;
}

.ct_prc
{
	display:none;
}

.sngl_pg .ttt {
	font-size: 16px;
	font-weight: normal;
	background: #fffde6;
	text-align: center;
	border: 1px solid #8b8b8b;
	width: 50% !important;
	float: left;
	border-bottom: none !important;
	padding-top: 20px;
	padding-bottom: 20px;
	display:block !important;
}
.sngl_pg .ttt_p {
	font-size: 16px;
	font-weight: normal;
	background: #fffde6;
	text-align: center;
	border: 1px solid #8b8b8b;
	width: 50% !important;
	float: left;
	border-top: none !important;
	padding-top: 20px;
	padding-bottom: 20px;
	display:block !important;
}
.woocommerce-shipping-destination
{
	display:none;
}
ul.list-with-bullet li{
	font-size:16px;
	line-height:130%;
	padding:0;
}