@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Montserrat', sans-serif; */
*{
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-moj-transition:all ease-in-out 0.3s;
	-ms-transition:all ease-in-out 0.3s;
	box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
}
body{
	font-family: 'Montserrat', sans-serif;	
}
a:focus,button:focus,input:focus{
	outline:none;
	box-shadow:none;	
}
.container{
	max-width:100%;
	width:1266px;
	padding:0px 15px;
	margin:0 auto;	
}
.overload-notice {background:red; color:#fff; font-weight:bold; text-align:center; top:20px; padding:10px; position:relative;}
.overload-notice p {padding:0; margin:0;}
.site {
    padding-top: 228px;
}
.site-header-custom {
	background: #314633;
	padding: 0px;
	margin: 0px;
	position: fixed;
	z-index: 1000;
	left: 0;
	right: 0;
	top: 0;
}
.d-flex{
	display:flex;	
}
.col-full {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
	width: 100%;
}

.header-top-inner .social-media{
	padding:0px;	
	visibility:hidden;
}
.header-top-inner .social-media a {
    margin-right: 12px;
    border: none;
    padding: 0;
    height: 20px;
    width: 20px;
    border-radius: 0px;
}
.header-top-right {
    display: flex;
}
.header-top-right .phone {
	text-align: right;
}
.header-top-right .phone a {
    background: url(../images/icon_phone.png) no-repeat left center;
    padding-left: 22px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    color: #ffffff;
    background-size: 14px;
}
.header-top-right .phone a:hover{
	opacity:0.7;
}
.top-links{
	position:relative;
	margin-left:15px;
	padding-left:15px;	
}
.top-links:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 1px;
    height: 17px;
    background: #ffffff;
}
.top-links a {
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    padding-right: 0;
}
.site-header-inner {
    justify-content: space-between;
    align-items: center;
}
.site_logo .site-branding {
    margin-bottom: 0px;
    width: inherit;
    padding: 10px 0px 15px;
}
.header_right-top {
	padding: 10px 0px;
	justify-content:flex-end;
	align-items: center;
}
.header_right-top .site-header-cart .cart-contents {
	padding: 4px 20px;
	background-color: #fff;
	width: 187px;
	margin-left: 20px;
	border-radius: 20px;
}
.header_right-top .site-header-cart .widget_shopping_cart {
	width: 300px;
	left: inherit;
	display: block;
	right: -999px;
	border-radius: 10px;
	background: #fff;
	border: 2px solid #314633;
	overflow:hidden;
}
.header_right-top .site-header-cart:hover .widget_shopping_cart, .header_right-top .site-header-cart.focus .widget_shopping_cart {
	left: inherit;
	display: block;
	right: 0;
}
.header_right-top .site-header-cart .woocommerce-mini-cart__buttons.buttons {
	padding-bottom: 0 !important;
}

.widget_shopping_cart .product_list_widget li {
	padding-right: 2em;
}
.header-bottom {
    /*background: #ffffff;*/
	background: #314633;
	border-top:1px solid #3e5540;
}
.mainmenu .primary-navigation {
	padding-top: 10px;
}
.mainmenu .primary-navigation ul {
    margin-left: 0;
    display: flex;
    justify-content: space-between;
}
.mainmenu .primary-navigation ul li a {
    margin: 0;
    padding: 0px 0 7px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.mainmenu .primary-navigation ul li.current-menu-item a{
	color: #adda00;
}
.mainmenu .primary-navigation ul li:hover > a{
	color: #adda00;
}
.top-stripe {
    background: #eeeeee;
	margin-bottom: 0px;
}
.page-template-template-homepage .top-stripe{
	margin-bottom:0;
}
.archive .top-stripe,
.single-product .top-stripe,
.woocommerce-cart .top-stripe,
.woocommerce-checkout .top-stripe{
	margin-bottom: 40px;
}
.top-stripe-inner {
    display: flex;
    justify-content: space-between;
    padding: 6px 0px 4px;
}
.top-stripe-inner span{
	font-size:14px;
	color:#000000;
	padding-left:24px;	
	font-weight:500;
}
.top-stripe-inner span.delivery{
	background:url(../images/icon-truck.png) no-repeat left center;
	padding-left:30px;
}
.top-stripe-inner span.quality{
	background:url(../images/icon-quality.png) no-repeat left center;
}
.top-stripe-inner span.rating{
	background:url(../images/icon-star.png) no-repeat left center;
}
.header_right-top .site-search,
.header_right-top .site-search .widget{
	margin:0px;
}
.header_right-top .site-search {
    width: 280px;
}
.header_right-top .site-search input {
	background-color: #fff;
	color: #000;
	border: none;
	box-shadow: none;
	padding: 10px 40px 10px 20px !important;
	border-radius: 24px;
}
.header_right-top .site-search input:focus{
    background-color: #ffffff;
}
.header_right-top .site-search .widget_product_search form::before {
    top: 12px;
    left: inherit;
    right: 20px;
    color: #314633;
    font-size: 16px;
}
.hero_banner {
	position: relative;
}
.hero_banner_content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}
.page-id-242 .hero_banner_content {
	background: rgba(0,0,0,0.6);
}
.hero_banner_inner {
	background:none;
	padding: 10px;
	margin-top: 130px;
	display: inline-block;
}
.hero_banner_inner h1 {
	color: #fff;
	margin: 0px;
	font-size: 33px;
	padding-bottom: 20px;
	font-weight:500;
}
.hero_banner_inner h1 span {
	color: #c1e53a;
}
.hero_banner_inner h1 img {
    display: inline;
    vertical-align: text-top;
    padding-left: 10px;
}
.hero_banner_inner h3 {
	color: #fff;
	font-size: 18px;
	margin: 0px;
	padding-bottom: 10px;
	font-weight: 500;
}
.hero_banner_inner ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.hero_banner_inner ul li {
	color: #eee;
	padding-left: 20px;
	font-size: 14px;
	background: url(../images/flame.png) no-repeat 0px 2px;
	padding-bottom: 5px;
	background-size: 11px;
	display: inline-block;
	margin-right: 20px;
	display:block;
}
.buy_now_link {
	padding: 20px 0 0;
}
.buy_now_link a {
	background: #c0e439;
	padding: 8px 30px;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #314633;
}
.buy_now_link a:hover {
	background: #ffffff;
}
.hero_icons {
	display: flex;
}
.hero_icons img {
	width: 80px;
	margin: 20px 10px;
}
.hero_banner_img {
    line-height: 0;
}
.hero_banner_img video{
	line-height:0px;
	margin:0px;
	padding:0px;	
}
.entry-header,
.storefront-breadcrumb{display:none;}
.woocommerce-cart .entry-header,
.woocommerce-checkout .entry-header {
	display: block;
	background: none;
	position: inherit;
}
.page-id-5 .post-5,.site-main{padding-top:0px !important;}
h2.sec-title{
	margin: 50px 0 40px;
}
.home.page-template-template-homepage .site-main{margin:0px; padding:0px;}
.home.page-template-template-homepage .type-page{padding:0px;}

.page-template-template-homepage .type-page.page {
    padding-top: 0;
}

.page-template-template-fullwidth-php .site-main ul.products.columns-3 li.product, .page-template-template-fullwidth-php .header-widget-region ul.products.columns-3 li.product, .page-template-template-homepage-php .site-main ul.products.columns-3 li.product, .page-template-template-homepage-php .header-widget-region ul.products.columns-3 li.product, .storefront-full-width-content .site-main ul.products.columns-3 li.product, .storefront-full-width-content .header-widget-region ul.products.columns-3 li.product {
	width: 32.33%;
	margin-right: 1.5%;
}
ul.products li.product {
	background: #465c34;
	padding: 7px 7px 35px;
}
ul.products li.product:hover {
	background: #c8ec3c;
}
ul.products li.product img {
	border-radius: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
ul.products li.product h2 {
	color: #fff;
	font-size: 22px !important;
	text-transform: capitalize;
	font-weight: 600 !important;
	margin: 20px 0px 10px !important;
	padding: 0px 20px;
}
ul.products li.product:hover h2{
	color: #465c34;
}
ul.products li.product .button {
	text-transform: uppercase;
	font-weight: 500;
	background: #fff;
	margin-top: 10px;
	font-size: 13px;
	color:#000;
}
ul.products li.product:hover .button{
	background: #f46b1a;
	color:#fff;	
}
ul.products li.product .price {
	color: #c8ec3c;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	transition:none;
	-webkit-transition:none;
	-moj-transition:none;
	-ms-transition:none;
}
ul.products li.product .price,
ul.products li.product .price *{
	transition:none;
	-webkit-transition:none;
	-moj-transition:none;
	-ms-transition:none;
}

ul.products li.product:hover .price,
ul.products li.product:hover .price *{
	color:#000;	
	transition:none;
	-webkit-transition:none;
	-moj-transition:none;
	-ms-transition:none;
}
.free-delivery-section {
    padding: 20px 0px 25px;
    text-align: left;
    position: relative;
    background: #eeeeee;
    margin: 0px auto 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.free-delivery-section .fd-left {
    background: url('../images/free-delivery.png') no-repeat left center;
    padding-left: 120px;
    background-size: 95px;
	padding-top:10px;
}
.free-delivery-section:after,
.free-delivery-section:before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	width:2000px;
	background: #eeeeee;
}
.free-delivery-section:before{
	right:100%;
}
.free-delivery-section:after{
	left:100%;
}
.free-delivery-section h2 {
    margin-bottom: 10px;
    COLOR: #314633;
    font-weight: 500;
}
.free-delivery-section p {
    margin: 0;
    max-width: 800px;
    COLOR: #314633;
}
.free-delivery-section .btn-area{
	padding-top:0px;	
}
.free-delivery-section .btn-area input#postinput {
    background: #fff;
    border: 1px solid #314633;
    box-shadow: none;
    border-radius: 30px;
    max-width: 175px;
    height: 35px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
.free-delivery-section .btn-area a {
    background: #314633;
    padding: 11px 25px 10px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 20px;
    font-weight: 600;
    border-radius: 25px;
	min-width:210px;
}
.free-delivery-section a:hover{
	background:#f46b1a;	
}

.offer-section {
	padding-bottom: 20px;
	padding-top:30px;
}
.offer-section-inner {
	display: flex;
	justify-content: space-between;
}
.offer-section-right {
	width: 50%;
	padding-left: 40px;
	position:relative;
}
.offer-section-left {
	width: 50%;
}
.offer-text {
	position: absolute;
	left: -160px;
	background: #314633;
	padding: 40px;
	color: #fff;
	right: 0;
	line-height: 20px;
	margin-top: 20px;
}
.offer-section-right p {
	font-size: 15px;
	line-height: 22px;
}
.offer-section-right p strong{
	font-size:16px;	
}
.welcome_btns{
	padding:10px 0px;
}
.welcome_btns a,
.more-info-area a {
	border: 2px solid #314633;
	padding: 6px 30px;
	color: #314633;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 20px;
	font-weight: 500;
}
.welcome_btns a:hover,
.more-info-area a:hover {
	border: 2px solid #f46b1a;
	color: #ffffff;
	background:#f46b1a;
}
.offer-text em {
	display: block;
	font-size: 34px;
	color: #b7d93b;
	line-height: 40px;
	font-weight: 600;
	font-style:normal;
}

.sp-testimonial-free-wrapper .sp-testimonial-free-section-title {
	background: url(../images/qoute.png) no-repeat bottom center;
	padding-bottom: 120px !important;
	font-size: 36px !important;
}
.sp-testimonial-free-wrapper {
	background: #f4f4f4;
	padding: 60px;
	position:relative;
	overflow:inherit;
}
.sp-testimonial-free-wrapper:after,
.sp-testimonial-free-wrapper:before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	width:2000px;
	background: #f4f4f4;
}
.sp-testimonial-free-wrapper:before{
	right:100%;
}
.sp-testimonial-free-wrapper:after{
	left:100%;
}
.recent_news {
	margin: 0px -10px;
}
.news-item {
	width: 33.33%;
	padding: 0px 10px;
}
.news-item-inner {
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
}
.news-item:hover .news-item-inner {
	background: #465c34;
}
.news-item-inner .thumb img {
	border-radius: 0;
}
.news-item-inner .thumb {
    position: relative;
    background: #fff;
    min-height: 226px;
    display: flex;
    justify-content: center;
}
.news-content {
	padding: 20px;
}
.news-item h3 {
	font-size: 20px;
	font-weight: 500;
	padding: 0;
	line-height: 24px;
	margin: 0px;
}
.news-item h3 a {
	color: #000;
	font-weight: 500;
}
.news-item:hover h3 a{
	color:#fff;
}
.meta-deta {
	font-size: 12px;
	color: #72a400;
	position: absolute;
	bottom: 0;
	left: 0;
}
.meta-deta .date {
	background: rgba(0,0,0,0.7);
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.more-btn a {
	display: inline-block;
	background: #314633;
	padding: 5px 20px;
	margin-top: 20px;
	border-radius: 20px;
	color: #fff;
	font-size: 13px;
}

.site-footer {
    background:url(../images/footer-banner.jpg) no-repeat top center;
	background-size:cover;
    color: #ffffff;
	padding:90px 0 60px;
}
.site-footer a:hover {
	color: #c8ec3c !important;
}
.fcol {
	width: 25%;
}
.social-media {
	display: flex;
	padding: 30px 0;
}
.social-media a {
	display: flex;
	margin-right: 12px;
	margin-left: 0;
	border: 1px solid #769236;
	padding: 8px;
	height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 22px;
	justify-content: center;
	align-items: center;
}
.social-media a:hover{
	border: 1px solid #ffffff;
}
.footer-links ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-links ul li a {
	color: #fff !important;
	text-decoration: none;
	font-size: 14px;
	padding-bottom: 7px;
	display: block;
	position:relative;
}
.footer-links ul ul.sub-menu {
	position: absolute;
	left: 100px;
	bottom: -130px;
	width: 260px;
	background: #fff;
	display: none;
	height: 250px;
	overflow: auto;
	border: 1px solid #ccc;
	z-index:100;
}
.footer-links ul li:hover > ul.sub-menu{
	display:block;	
}
.footer-links ul li {
    position: relative;
}
.footer-links ul ul.sub-menu a {
    color: #000 !important;
    padding: 5px 15px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.footer-links ul ul.sub-menu a:hover {
    background: #eee;
}
.footer-links ul li.menu-item-has-children > a:after {
    content: ">";
    position: absolute;
    left: 60px;
    top: 0px;
    color: #fff;
    font-family: fangsong;
}
.site-footer .wp-block-tnp-minimal {
	padding: 0 !important;
}
.footer-contact {
	display: flex;
	justify-content: center;
	padding: 15px 0px;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin-top: 40px;
}
.site-footer .footer-contact a {
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff !important;
	text-decoration: none;
	display: inline-block;
	padding: 0px 16px;
}
.site-footer .fcol p {
	font-size: 14px;
	line-height: 27px;
}
.site-footer .fcol p strong{
	font-size: 16px;
}
.site-footer .footer-contact a:hover {
	color: #c8ec3c !important;
}
.footer-btm {
	text-align: center;
	font-size: 14px;
	color: #ccc;
	padding-top: 40px;
}
.footer-btm p{
	margin:0px;	
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
	width: 50%;
	margin-right: 0;
}
.storefront-full-width-content.single-product div.product .summary {
	width: 50%;
	padding-left: 50px;
}
.woocommerce-product-gallery__image {
	border: 1px solid #eee;
}
.woocommerce-product-gallery__image > a {
	display: block;
}
.woocommerce-product-gallery__image > a > .wp-post-image {
	width: 100%;
}
.hentry {
	margin: 0 0 20px;
}
.tnp-subscription-minimal input.tnp-submit:hover {
	background-color: #f46b1a;
}

.sp-easy-accordion .ea-header {
	background: #314633;
}
.sp-easy-accordion .ea-header a {
	color: #fff !important;
	font-weight: 400;
	letter-spacing: 1px;
}
.sp-easy-accordion .ea-header a .fa {
	color: #c8ec3c !important;
}
.sp-easy-accordion .ea-card {
	margin-bottom: 20px;
}
#sp-ea-152.sp-easy-accordion > .sp-ea-single {
	border: 2px solid #314633;
}
.sp-easy-accordion .sp-ea-single .ea-body h4 {
	margin-top: 20px;
	font-size: 18px;
}
.location_slider .stx-main-container{
	margin:0px !important;	
}

.three_col_sec {
	margin: 0px -15px;
	justify-content: space-between;
	padding-bottom: 70px;
	padding-top: 20px;
}
.three_col-item {
	width: 33.33%;
	padding: 15px;
}
.three_col-item-inner {
	border: 2px solid #314633;
	border-radius: 10px;
	text-align: center;
}
.three_col-item-inner .thumb {
	position: relative;
	width: 100%;
}
.three_col-item-inner .thumb img {
	position: absolute;
	left: 50%;
	top: -60px;
	width: 120px;
	margin-left: -60px;
}
.three_col-content {
	padding: 70px 15px 20px;
	position: relative;
}
.three_col-content h3 {
	color: #314633;
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0px 15px;
}
.three_col-content p {
	font-size: 16px;
	color: #555;
	min-height: 78px;
}
.three_col-content a {
	color: #fff;
	font-size: 14px;
	background: #314633;
	padding: 10px 40px;
	margin-bottom: 7px;
	border-radius: 26px;
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 180px;
	font-weight: 500;
}
.three_col-content a:hover {
	background: #f46b1a;
}
.header-top {
    background: #314633;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 3px;
}
.header-top-inner {
    color: #283e2a;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.entry-header {
    background: #c4e73b;
    padding: 20px 0;
    margin-top: 0px;
    position: relative;
	margin-bottom:30px;
}
.page-id-16 .entry-header {display:none;}
.entry-header:after,
.entry-header:before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	width:2000px;
	background: #c4e73b;
}
.entry-header:before{
	right:100%;
}
.entry-header:after{
	left:100%;
}
.entry-header h1.entry-title {
    margin: 0px;
    font-size: 32px;
    font-weight: 400;
    color: #314633;
	text-align:center;
}
.contact_clmns .elementor-column {
    padding: 15px;
}
.contact_clmns .elementor-column > .elementor-widget-wrap {
    border: 2px solid #314633;
    padding: 40px 20px 20px;
    border-radius: 10px;
}
.colm-icon .elementor-icon-wrapper {
    position: relative;
}
.colm-icon .elementor-icon-wrapper .elementor-icon {
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
    background: #F6F6F6;
}
.get-in-touch{
	max-width:1000px;
	margin:0 auto;	
}
.field-area {
    display: flex;
    justify-content: space-between;
    margin: 0px -20px;
    padding-bottom: 10px;
}
.field-area.full{display:block; margin:0px;}
.field-area .fieldbox {
    width: 50%;
    padding: 10px 20px;
}
.field-area label {
    display: block;
    padding-bottom: 10px;
}
.field-area .fieldbox span {
    display: block;
    width: 100%;
}
.field-area .fieldbox input, .field-area textarea {
    width: 100%;
    box-shadow: none;
    background: none;
    border: 1px solid #ccc;
    max-height: 140px;
}
.field-btn {
    text-align: center;
    padding-top: 30px;
}
.field-btn input {
    background: #c8ec3c !important;
    padding: 10px 50px;
    text-transform: uppercase;
    font-size: 20px;
}
.field-btn input:hover {
    background: #314633 !important;
	color:#fff;
}
.full-bg-gray{
	background: #F6F6F6;
}
.full-bg-gray:after,
.full-bg-gray:before,
.location_area:after,
.location_area:before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	width:2000px;
	background: #F6F6F6;
}
.full-bg-gray:before,
.location_area:before{
	right:100%;
}
.full-bg-gray:after,
.location_area:after{
	left:100%;
}

.hentry .entry-content a {
	text-decoration: none;
}


.post-col-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top:20px;
}
.post-col-wrap .post-col-left{
	width:100%;
}
.post-col-wrap .post-col-right {
	width: 25%;
	padding-left: 40px;
	display: none;
}
.post-col-wrap .post-col-right .sidebar-block {
	margin-bottom: 20px;
	background: #ffffff;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.post-col-wrap .post-col-right .sidebar-block h3 {
	margin-bottom: 10px;
	color: #171717;
	font-weight: 400;
	font-size: 22px;
	padding-bottom: 12px;
	border-bottom: 1px dashed;
}
.post-col-wrap .post-col-right .sidebar-block.newsletterwidgetminimal-2 h3 {
	font-size: 20px;
	border: none;
	margin: 0px;
}
.post-col-wrap .post-col-right .sidebar-block.newsletterwidgetminimal-2 .tnp-widget-minimal input.tnp-email {
	margin-left: 0;
	margin-bottom: 5px;
}
.post-col-wrap .post-col-right .sidebar-block ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow:hidden
}
.post-col-wrap .post-col-right .sidebar-block ul li a {
	text-decoration: none;
	display: block;
	padding: 5px 0px;
	background: none;
	color: #171717;
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
	font-size: 16px;
}
.post-col-wrap .post-col-right .sidebar-block ul li a:hover,
.post-col-wrap .post-col-right .sidebar-block ul li.current-cat a,
.post-col-wrap .post-col-right .sidebar-block ul li a:focus{
	background:none !important;
	border-bottom: 1px solid #eee; !important;
	color:#f7890e;
}
.post-col-wrap .post-col-right .sidebar-block ul li:last-child a,
.post-col-wrap .post-col-right .sidebar-block ul li:last-child a:hover,
.post-col-wrap .post-col-right .sidebar-block ul li:last-child a:focus{
	border:none !important;
}
.post-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
	padding: 40px 40px 40px 60px;
	background: #ffffff;
	position:relative;
	border: 1px solid #ddd;
	border-radius:5px;
}
.post-list .post-left{
	width:40%;
}
.post-list .post-left.full-content,
.post-list .post-right.full-content{
	width:100%;
	padding:0;
}
.post-list .post-right.full-content{
	padding-top:30px;	
}
.post-col-wrap .post-col-left .post-pic{
	position:relative;	
}
.post-col-wrap .post-col-left .post-pic .textwidget {
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	background: rgba(0,0,0,0.8);
}
.post-col-wrap .post-col-left .post-pic .textwidget p {
	font-size: 16px;
	color: #fff;
	margin: 0px;
	background: url(../images/white-logo.png) no-repeat 14px 5px;
	padding-left: 85px;
	height: 50px;
	padding-top: 11px;
	letter-spacing: 0.5px;
}
.post-list .post-left .post-pic a {
	height: 230px;
	display: block;
	overflow: hidden;
	border: 2px solid #000;
}
.post-list .post-left .post-pic img {
	margin: 0px !important;
}
.post-list .post-left .post-tags{
	padding-top:10px;
}
.post-list .post-left .post-tags a {
	font-size: 13px;
	font-weight: 300;
	text-decoration: none;
	margin-right: 5px;
	letter-spacing: 0.5px;
	margin-top: 5px;
	display: inline-block;
	color: #171717;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 1px 8px;
}
.post-list-content a {
    background: #c8ec3c;
    display: inline-block;
    padding: 5px 20px;
    color: #314633;
}
.post-list-content a:hover {
    background: #314633;
    color: #c8ec3c;
}
.post-tags-single a {
	font-weight: 300;
	text-decoration: none;
	margin-right: 5px;
	letter-spacing: 0.5px;
	margin-top: 5px;
	display: inline-block;
	color: #171717;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 1px 8px;
}
.post-list .post-left .post-tags a:hover,
.post-list .post-left .post-tags a:focus{
	background: none !important;
	color:#000000 !important;
	border:1px solid #000 !important;
}
.post-list .post-right{
	width:60%;
	padding-left:40px;
}
.post-list .post-content-full{
	width:100%;
}
.post-list .post-right.post-content-full{
	padding:0px 0px 0px;
}
.post-list .post-right .post-img{
	margin:0px 0px 20px;
}
.post-list .post-right .post-img img{
	margin:0px;
}
.post-list .post-right .post-title h2 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
}
.post-list .post-right.post-content-full .post-title h2 {
	margin-bottom: 25px;
}
.post-list .post-right .post-title h2 a {
    text-decoration: none;
    color: #314633;
    font-weight: 500;
}
.post-list .post-right .post-list-content {
	margin-bottom: 15px;
}
.post-list .post-right .post-list-content p {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 22px;
}
.post-list .post-right .post-list-content p a.more-link{
	display:none;
}
.post-list .post-right .post-list-content a.button {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	background-color: #30394A;
	border: none;
	border-radius: 5px;
	display: inline-block;
	padding: 5px 20px;
	font-weight: 600;
	line-height: 18px;
}
.post-list .post-right .post-list-content a.button:hover,
.post-list .post-right .post-list-content a.button:focus{
	color: #171717 !important;
	background-color: #F7890E !important;
	border:none !important;
}
.post-list .pdate {
	position: absolute;
	left: -10px;
	top: 40px;
	background: #314633;
	width: 40px;
	text-align: center;
	color: #fff;
	padding:5px 0px;
	border-radius:3px;
}
.post-list .pdate .mm,
.post-list .pdate .yy{font-size:12px;}
.post-list .pdate span {
	display: block;
	line-height: 18px;
}
.entry-header.mb40 {
	margin-bottom: 40px !important;
}
/*
.post-template-default .site-content,
.blog .site-content{
	background:url(http://adr.defrostit.com/wp-content/uploads/2021/01/blog-img-3.jpg) no-repeat top center;
	background-size:cover;
	background-attachment:fixed;
}*/
.post-col-right .search-form {
	display: flex;
	flex-wrap: initial;
	margin: auto;
	max-width: 100%;
	position: relative;
}

.post-col-right .search-form .search-field {
	flex-grow: 1;
	max-width: inherit;
	margin-top: 0;
	margin-right: 0;
	border: 1px solid #ccc;
	font-size: 14px;
	line-height: 20px;
	height: 50px;
	padding: 5px 50px 5px 10px;
}
.post-col-right .search-form .search-submit {
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	height: 50px;
	font-size: 14px;
	text-indent: -10000px;
	width: 50px;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/search-icon.png) no-repeat center;
}
.post-col-right .search-form .search-submit:hover,
.post-col-right .search-form .search-submit:focus{background: url(../images/search-icon.png) no-repeat center !important; border:none !important;}

.post_pagination {
	display: flex;
	justify-content: flex-start;
	padding-bottom:30px;
}
.post_pagination ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
}
.post_pagination li a,
.post_pagination li a:hover,
.post_pagination li.active a,
.post_pagination li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.post_pagination li {
    display: block;
}
.post_pagination li a, .post_pagination li a:hover, .post_pagination li.active a, .post_pagination li.disabled {
	background: #171717;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 4px 15px;
	display: block;
	margin: 0px 2px;
	min-width: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}
.post_pagination li a:hover,
.post_pagination li.active a,
.post_pagination li a:focus {
    background: #f7890e !important;
}

.storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header {
    padding: 0 0 2.9968353111em;
}

.icons-two {
    display: flex;
    padding: 10px 10px 20px 0px;
    justify-content: center;
}
.icons-two img {
    width: 140px;
    margin-right: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 5px;
}

.two-icon-sec {
    margin: 0px auto;
    max-width: 800px;
	padding-bottom:40px;
}
.two-icon-sec h2 {
    margin-left: 20%;
    padding-left: 10px;
    margin-bottom: 30px;
}
.two-icon-sec-wrap {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 30px;
    align-items: center;
}
.two-icon-sec-left {
    width: 20%;
}
.two-icon-sec-right {
    width: 80%;
    padding-left: 10px;
}
.two-icon-sec-right p {
    margin: 0px;
}
.two-icon-sec-left img {
    width: 90%;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 5px;
}

#swatch_buttons label:first-child {
    display: none;
}
#swatch_buttons label{
	border:2px solid #ccc;	
	display:inline-block;
	padding:5px 10px;
	margin-right:5px;
}
#swatch_buttons label.current{
	border:2px solid #314633;	
	background:#c5d7c7;	
}
/*.product .quantity > label{
    width: inherit;
    height: inherit;
    overflow: visible;
    position: inherit !important;
    clip: inherit;
    clip-path: inherit;
}*/
.woo-variation-swatches .product .summary p.price {
	font-size: 30px;
	margin: 10px 0px 0;
	color: #f05d00;
	font-weight: 500;
}
.variations .label label {
	padding-bottom: 5px;
	display: block;
	padding-top: 3px;
	color: #000;
	font-size: 20px;
	padding-right: 10px;
	position: relative;
	padding-left: 31px;
}
.variations .label label::before {
	content: "1";
	position: absolute;
	height: 23px;
	width: 23px;
	left: 0;
	font-size: 14px;
	background: #6aa870;
	color: #fff;
	text-align: center;
	line-height: 22px;
	border-radius: 50%;
	top: 8px;
	font-weight: bold;
}
.variations tr:nth-child(2) .label label::before {content: "2";}
.variations tr:nth-child(3) .label label::before {content: "3";}
.variations tr:nth-child(4) .label label::before {content: "4";}
.variations tr:nth-child(5) .label label::before {content: "5";}
.woo-variation-swatches .product .summary #pa_stacking-service + ul.variable-items-wrapper,
.woo-variation-swatches .product .summary #pa_stacking-service-2 + ul.variable-items-wrapper{
	display:none !important;	
}
.single_variation_wrap .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
}
.single-product .cart div.qty{
	color: #000;
    font-size: 20px;
}
.single-product .cart div.quantity{
	margin-left:15px;	
}
.woo-variation-swatches .product .summary a.reset_variations {
    display: none !important;
}
.woo-variation-swatches .product .summary #pa_stacking-service,
.woo-variation-swatches .product .summary #pa_stacking-service-2,
.woo-variation-swatches .product .summary #pa_stacking-service:focus-visible,
.woo-variation-swatches .product .summary #pa_stacking-service-2:focus-visible {
    display: block !important;
    width: 215px;
    padding: 9px 5px;
    border-radius: 0px;
    border: 2px solid #ccc;
    font-size: 18px;
    color: #666;
}
.woocommerce-variation-price .price span.woocommerce-Price-amount.amount {
    font-size: 30px;
    font-weight: 600;
    color: #f17027;
    letter-spacing: 1px;
}
.storefront-full-width-content.single-product div.product .summary {
    width: 60%;
}
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    width: 40%;
}
h1.product_title.entry-title {
    margin-bottom: 0;
}
.single-product.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
	width: 100px;
	height: 41px;
	border-radius: 0;
	margin-right: 15px;
	margin-left: 1px;
	margin-top: 1px;
}
.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    box-shadow: 0 0 0 3px #f06a25;
}
.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: 0 0 0 2px #f06a25;
}
.single-product div.product .variations_button,
.single-product div.product form.cart{
    padding: 1.5em 1em 1.5em 1.5em;
    background: #f5f5f5;
    margin-top: 20px;
	display: flex;
	align-items: center;
}
.single-product div.product form.variations_form.cart{
	margin-bottom: 1.618em;
	background:none;
	padding: 1em 0;	
	display:inherit;
}
.single_variation_wrap .woocommerce-variation-add-to-cart .quantity input.qty {
    background: white;
    box-shadow: none;
    border: 2px solid #ccc;
    box-sizing: content-box;
    font-size: 20px;
    padding: 5px;
    font-weight: 600;
    color: #555;
}
.single_variation_wrap .woocommerce-variation-add-to-cart button.single_add_to_cart_button {
    background: #314633;
    font-size: 16.5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.single-product div.product .summary .product_meta {
    font-size: .875em;
    padding: 1.5em 2em;
    border: 1px solid rgba(0,0,0,.05);
    background: #fafafa;
    line-height: 28px;
}
.product .woocommerce-tabs.wc-tabs-wrapper {
    border: 1px solid #eee;
    margin-bottom: 50px;
    padding: 0;
}
.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    padding-top: 20px;
    padding-right: 30px;
    margin-bottom: 20px;
}
.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a {
    padding-left: 30px;
    border-right: 1px solid #eee;
}
.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active a {
    border-right: none;
}
.woocommerce-product-details__short-description {
	padding-top: 20px;
}
.woocommerce-product-details__short-description .product-list {
	margin-left: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.elementor-widget-container .elementor-heading-title.elementor-size-large {line-height: 1.3;}
table:not(.has-background) th {background-color: #314633 !important;color: #fff;}
.wc-proceed-to-checkout .checkout-button.button {background: #f05d00;}
.cart_totals h2 {font-weight: 600;}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
	background-color: #314633;
	border-color: #314633;
	color: #fff;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
	background: none;
	color: #000;
	border-bottom: 1px solid #ccc;
	border-left: 0;
	padding-left: 30px;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before {
	color: #314633;
	left: 0;
}
.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
	color: #f05d00;
}
input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], textarea, .input-text {
	background: none;
	border: 1px solid #ccc;
	box-shadow: none;
}
.form-row label {
	padding-bottom: 10px;
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	width: 30px;
}
table:not(.has-background) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
	background-color: #f9f9f8;
}
table:not(.has-background) tbody td {
	background-color: #fbfbfb;
}
.single-product div.product table.variations th, .single-product div.product table.variations td {
	display: inline-block;
}
.single-product div.product table.variations .value {
	margin-bottom: 2em;
}
.woocommerce-shipping-totals.shipping th span {
	font-size: 14px;
	font-weight: normal;
}
.blockUI.blockOverlay{
	z-index:1 !important;
}
.storefront-sorting {
    background: #f5f5f5;
    padding: 8px 15px;
}
.woocommerce-result-count {
	padding: 8px 0 0;
}
.woocommerce-pagination .page-numbers li .page-numbers.current {
	background-color: #314633;
	color: #fff;
}
.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
	padding: 7px 14px;
	background-color: rgba(0,0,0,.1);
	color: #000;
}
.storefront-sorting select {
    border: 1px solid #666;
    padding: 5px 10px;
}
.woocommerce-account .entry-content .woocommerce {
    margin: 40px 0 0;
    padding: 0;
}
.info-wrap {
	position: relative;
	color: #f06723;
	padding-top: 5px;
	cursor:pointer;
}
.info-wrap span {
	position: absolute;
	left: 0px;
	width: 320px;
	bottom: 100%;
	transform: translate(-81%,2px);
	text-align: center;
	background: #333;
	border-radius: 5px;
	padding: 10px;
	font-size: 12px;
	color: #fff;
	display:none;
}
.info-wrap:hover span{
	display:block;	
}
.info-wrap span::after {
	content: "";
	position: absolute;
	bottom: -8px;
	height: 0;
	width: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #333;
	right: 50px;
}

.postcode_check_wrap_inner {
    background: #eee;
    padding: 20px;
    margin-bottom: 50px;
    display: flex;
	flex-wrap:wrap;
}
.postcode_check_wrap_inner #postcode_input {
    background: #fff;
    width: 67%;
}
.postcode_check_wrap_inner #postcode_check_btn {
    display: inline-block;
    padding: 10px 20px;
    background: #314633;
    color: #fff;
    margin-left: 10px;
}
.result_msg{
	display:block;
	width:100%;
}
.result_msg span{
    padding-top: 5px;
    display: block;
    font-size: 14px;
}
.result_msg .red {
    color: #de0000;
}
.result_msg .green {
    color: #008000;
}

#order_comments_field{display:none;}
.delivery_comments {
    padding: 10px 0 40px;
}
.delivery_comments label {
    padding-bottom: 5px;
    display: block;
}

@media only screen and (min-width:768px){
.woocommerce-cart-form__cart-item.cart_item td {border-bottom: 1px solid #b5b5b5 !important;}
}
@media only screen and (max-width:1179px){
.hero_banner_inner {margin-top: 40px;}		
.offer-text {position: relative;left: 0;}
}
@media only screen and (max-width:991px){
.site-header-inner {justify-content: center;}	
.header-top-inner {justify-content: center;}
.header-top-inner .social-media {display: none;}
.two-icon-sec {padding-bottom: 0;}	
.three_col-item {width: 100%;}
.three_col-item + .three_col-item {padding-top: 90px;}	
.site-footer {padding: 40px 0 30px;}
.d-flex {flex-wrap: wrap;}
.fcol {width: 50%;}
.news-item {width: 100%;padding: 0px 10px 20px;}
.page-template-template-homepage .type-page.page {padding-bottom: 0;margin-bottom: 0;}
ul.products li.product h2 {font-size: 15px !important;}
.offer-section {padding-bottom: 0;padding-top: 0;}
.offer-section-inner {flex-wrap: wrap;}
.offer-section-left {width: 100%;padding-bottom: 30px;}
.offer-section-right {width: 100%;padding-left: 0;}
.hero_banner_img img {height: 460px;}
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {width: 100%;}
.storefront-full-width-content.single-product div.product .summary {width: 100%;padding-left: 0;}

}
@media only screen and (max-width:767px){
	.overload-notice {top:0;}
.header_right {display: none;}
.site {padding-top: 0;}
.site-header-custom {position: relative;}
.site_logo .site-branding {width: 250px;}
.mainmenu button.menu-toggle {position: absolute;right: 15px;top: 46px;padding: 9px 21px;}
.mainmenu button.menu-toggle span {text-indent: -9999px;display: block;}
.site-header-inner {justify-content: flex-start;}
.mainmenu .main-navigation .handheld-navigation {position: fixed;top: 0;left: -250px;background: #f05d00;width: 250px;bottom: 0;z-index: 500;padding:10px 0px;}
.mainmenu .main-navigation.toggled .handheld-navigation{left:0;	}
.mainmenu .main-navigation .handheld-navigation ul li a {color: #fff;font-weight: bold;padding: 10px 20px;}
.top-stripe-inner {flex-wrap: wrap;}
.top-stripe-inner span {width: 100%;margin-bottom: 5px;margin-top: 5px;}
.free-delivery-section {flex-wrap: wrap; margin-bottom:20px;}
.free-delivery-section .fd-left {background-position:left top;	padding-left: 0;padding-top: 110px; padding-bottom:20px;}
ul.products li.product {width: 100% !important;margin: 0px 0px 20px !important;}
.two-icon-sec h2 {margin-left: 0;font-size: 25px;}
.fcol {width: 100%;margin: 10px 0;}
.fcol.fcol-3 {margin-bottom: 30px;}
.footer-contact {flex-wrap: wrap; padding:10px 0;}
.site-footer .footer-contact a {font-size: 14px;letter-spacing: 0px;display: block;padding: 5px 0; width:100%;}
.site-footer .footer-contact span{display:none;}
.footer-btm {padding-top: 30px;	text-align: left;}
.news-item-inner .thumb {min-height: inherit;}
h1.product_title.entry-title {font-size: 30px;}
.woocommerce-tabs ul.tabs li.active::after {right: 20px;}
.post-list {padding: 40px 40px 40px 50px;}
.post-list .post-left {width: 100%;}
.post-list .post-right {width: 100%;padding-left: 0;padding-top: 20px;}
.field-area {flex-wrap: wrap;}
.field-area .fieldbox {width: 100%;}
.field-btn {text-align: left;padding-top: 10px;}
.woocommerce-cart-form__cart-item.cart_item td.product-subtotal {border-bottom: 1px solid #b5b5b5 !important;}
table.cart td.actions input {display: inline-block;width: auto;}
}
@media only screen and (max-width:539px){
.hero_banner_inner {margin-top: 30px;}
.hero_banner_img img {height: 500px;}
.free-delivery-section h2 {font-size: 26px;}
.welcome_btns a.btn + a.btn {margin-top: 20px;}
.offer-text {padding: 20px;}
.offer-text em {font-size: 24px;line-height: 30px;}
h2, .beta {font-size: 1.6em;}
h2.sec-title {margin: 30px 0 30px;}
.two-icon-sec-wrap {flex-wrap: wrap;}
.two-icon-sec-left {width: 160px;padding-bottom: 20px;}
.two-icon-sec-right {width: 100%;padding-left: 0;}
.sp-testimonial-free-wrapper {padding: 30px 0px;}
.sp-testimonial-free-wrapper .sp-testimonial-free-section-title {font-size: 28px !important;}
.single-product.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {width: 90px;}
.single-product div.product .variations_button {flex-wrap: wrap;}
.single_variation_wrap .woocommerce-variation-add-to-cart button.single_add_to_cart_button {width: 100%;margin-top: 20px;}
.info-wrap span {transform: translate(-76%,2px);}
}


@media only screen and (min-width: 992px){
.col2-set {width: 40.941176%;}	
#order_review_heading, #order_review {width: 53.176471%;}
}
@media only screen and (max-width: 991px){
.col2-set {width: 100%;}	
#order_review_heading, #order_review {width: 100%;}
}

.woocommerce-product-gallery__image.flex-active-slide {
    pointer-events: none !important;
}
ul#shipping_method li *{transition: unset;-webkit-transition: unset;-moz-transition: unset;-ms-transition: unset;}
@media only screen and (max-width: 1023px){
#payment .payment_methods li .form-row-last {
    float: none;
    margin-top: 0 !important;
}
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead { top: 0px !important;}
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody { top: 0px !important;}