/*
Theme Name: La Ferme Black River
Theme URI: https://www.lucidwebgroup.com
Author: Lucid Web Group
Author URI: https://www.lucidwebgroup.com
Description: La Ferme Black River Game Farm Inc. Theme
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: opus

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700&display=swap');
/* font-family: 'Muli', sans-serif; */

@font-face {
  font-family: 'GothamBook';
  src: url('fonts/GothamHTF-Book.ttf')  format('truetype')
}

@font-face {
  font-family: 'GothamMedium';
  src: url('fonts/GothamHTF-Medium.ttf')  format('truetype')
}
@font-face {
  font-family: 'GothamBold';
  src: url('fonts/GothamHTF-Bold.ttf')  format('truetype')
}

/* WordPress Core
-------------------------------------------------------------- */
.logo {
  display: flex;
  align-items: center;
}

.logo img {
  max-height: 200px;
  width: auto;
}
.bottom-header {
  padding: 15px 0;
}

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
a img.alignnone {
	margin: 5px 20px 10px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
table {
	width: 100%;
	margin-bottom: 20px;
}
td, th {
	border: 1px solid #dcdcdc;
	padding: 10px;
}
.wp-caption {
	background: #fff;
	border: 1px solid #dcdcdc;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
	margin-bottom: 20px;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	margin: 0;
	padding: 0 4px 5px;
}
figcaption{
	margin-top: 10px;
	text-align: center;
}
/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
/* Above WP toolbar. */ }
.bypostauthor {
	background: #fff;
}
.gallery-caption {
	font-size: 13px;
}
.sticky {
	position: relative;
}
/* Text meant only for screen readers. */


body{
	margin: 0;
	padding: 0;
  	font-family: 'GothamBook';
	font-size: 16px;
	line-height: 23px;
}
.button,
.button:hover{
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'GothamMedium';
	color: #57904b;
	border: 2px solid #f2c230;
	padding: 6px 16px;
}
a:hover{
	text-decoration: none;
}
.top-header{
	background: #f2f2f2;
	padding-top: 12px;
	padding-bottom: 12px;
}
.top-header ul{
	list-style: none;
	display: flex;
	margin: 0;
    padding: 0;
    justify-content: flex-end;
}
.top-header ul li{
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}
.top-header ul li:last-child{
	padding-right: 0;
}
.top-header ul li::before{
	content: "";
	position: absolute;
	height: 15px;
	width: 1px;
	background: #b5b5ba;
	right: 0;
	top: 5px;
}
.top-header ul li:last-child::before{
	display: none;
}
.top-header ul li a{
	color: #6f6f79;
	font-size: 15px;
	display: block;
}
.top-header ul li a:hover{
	color: #0e4459;
}
.bottom-header{
	padding-top: 15px;
}
.main-menu{
	margin-top: 10px;
}
.main-menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.main-menu ul li{
	display: inline-block;
	margin: 0 15px;
}
.main-menu ul li:last-child{
	margin-right: 0;	
}
.main-menu ul li a{
	color: #313131;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'GothamMedium';
	position: relative;
}
.main-menu ul li.current-menu-item a,
.main-menu ul li a:hover,
.main-menu li .sub-menu li a:hover,
.main-menu li .sub-menu li.current-menu-item a:hover{
	color: #f2c230;	
}
.main-menu ul li a:hover::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: #f2c230;	
}
.main-menu li .sub-menu li.current-menu-item a{
	color: #313131;
}
.main-menu ul li .sub-menu{
	position: absolute;
	background: #f2f2f2;
	z-index: 2;
	text-align: left;
	top: 100%;
	min-width: 200px;
	display: none;
}
ul.main-menu li .sub-menu{
	text-align: left;
}
ul.main-menu li .sub-menu li{
	display: block;
	margin: 0;
}
ul.main-menu li .sub-menu li a{
	padding: 10px 20px;
}
.mbl-nav ul .sub-menu li:last-child a{
	border-bottom: 1px solid;
}
.main-menu ul li:hover > .sub-menu{
	display: block;
}
.main-menu ul li .sub-menu{
	padding: 10px 0;
}
.main-menu ul li .sub-menu li{
	display: block;
	margin: 0;
}
.main-menu ul li .sub-menu li a {
	padding: 7px 20px;
    font-family: 'GothamBook';
    display: block;
	text-transform: initial;
}
.main-menu ul li .sub-menu li a::before{
	display: none;
}
.header-right img{
	max-width: 26px;
}
.header-right-top form #searchsubmit,
#ship-to-different-address{
	display: none;
}
.header-right-top form #s{
	border: 1px solid #f2c230;
	padding: 5px 5px 5px 32px;
	min-width: 280px;
	background: url(images/magnifier.png) no-repeat 10px 50%;
}
.header-right-top form,
.header-right-top .social-links{
	display: inline-block;
	vertical-align: middle;
}
.header-right-top .social-links{
	margin-left: 10px;
}
.banner{
	position: relative;
}
.banner h1{
	color: #fff;
	font-size: 50px;
	font-family: 'GothamMedium';
	margin-top: 0;
}
.banner a{
	font-size: 14px;
	font-family: 'GothamMedium';
	display: inline-block;
	padding: 10px 30px;
	border: 2px solid #fff;
	color: #fff;
	text-transform: uppercase;
	margin: 0px 10px;
}
/* .banner a:last-child,
.signin-to-view-price,
.variations_form > .single_variation_wrap:first-child{
	display: none !important;
} */
/* .admin-bar .variations_form > .single_variation_wrap:first-child{
	display: flex !important;
} */
.banner a:hover{
	border: 2px solid #f2c230;
}
.supplier-section,
.inner-contact-container,
.suppliers-page-container{
	max-width: 880px;
	padding: 35px 0 55px;
}
.products-section{
	padding: 75px 0 30px;
}
.woocommerce.columns-2 ul.products li.product {
	position: relative;
	margin-right: 0;
	flex-basis: 47%;
}
.woocommerce.columns-2 ul.products li.product a span{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	color: #fff;
	border: 2px solid #fff;
	background: rgba(0, 0, 0, 0.45);
	padding: 10px 30px;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	font-family: 'GothamMedium';
	font-size: 14px;
}
.woocommerce.columns-2 ul.products{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce.columns-2 ul.products::before,
.woocommerce.columns-2 ul.products::after{
	display: none;
}
.woocommerce.columns-2 ul.products li.product a{
	display: block;
}
.woocommerce.columns-2 ul.products li.product a img{
	margin-bottom: 0;
}
.woocommerce.columns-2 ul.products li.product a:hover > span{
	border: 2px solid #00713d;
}
.single .suppliers-page-container,
.archive .suppliers-page-container{
	padding-top: 55px;
}
.suppliers-page-container{
	padding-bottom: 0;
}
.contact-container{
	background: #eeeeee;
}
.inner-contact-container{
	max-width: 970px;
}
.pre-supplier-inner{
	max-width: 880px;	
}
.products-section h2,
.supplier-section h2,
.contact-container h2,
.inner-pages h2,
.suppliers-page-container h2,
.sale-products h2{
	font-size: 25px;
	font-family: 'GothamMedium';
	color: #0e4459;
	position: relative;
	padding-bottom: 15px;
    margin-bottom: 0;
	text-transform: uppercase;
	text-align: center;
}
.products-section h2:after,
.supplier-section h2:after,
.contact-container h2:after,
.inner-pages h2:after,
.suppliers-page-container h2:after,
.sale-products h2:after{
	position: absolute;
	content: "";
	height: 2px;
	width: 100px;
	background: #f2c230;
	left: 50%;
	bottom: 0;
	margin-left: -50px;
}
.inner-pages h2{
	margin-bottom: 55px;
	font-size: 28px;
}
.suppliers-page-container h2{
	margin-bottom: 30px;
}
.sale-products h2{
	margin-bottom: 0;
}
.products-section h3{
	font-size: 18px;
	font-family: 'GothamMedium';
	color: #313131;
	text-transform: uppercase;	
}
.products-section .info{
	padding: 0 10px;
}
.products-section .button{
	margin-top: 30px;
}
.pre-supplier,
.delivery-schedule{
	background: url(images/pre-supplier-section.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 160px 15px;
	font-size: 26px;
	line-height: 37px;
	font-family: 'GothamMedium';
	text-transform: uppercase;	
}
.delivery-schedule{
	background: url(images/deliver-bg.jpg);
	background-size: cover;
}
.pre-supplier .button,
.delivery-schedule .button{
	color: #fff;
	border: 2px solid #fff;
	margin-top: 40px;
	font-size: 18px;
	line-height: 1.4;
}
.supplier-container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.supplier-container .supplier-image{
	flex-basis: 25%;
}
.supplier-container .supplier-info{
	flex-basis: 70%;
	font-size: 21px;
	text-align: left;
	line-height: 1.5
}
.supplier-container .supplier-info h4{
	font-size: 18px;
	font-family: 'GothamMedium';
	text-transform: uppercase;	
}
.supplier-section .button{
	margin-top: 40px;
}
.form-container{
	background: #f8f9fa;
	box-shadow: 0px 2px 3.88px 0.12px rgba(00, 01, 01, 0.4); 
	padding: 25px;
}
.form-container label{
	font-size: 13px;
	font-family: 'GothamMedium';	
	color: #686868;
	width: 100%;
}
.wpcf7-text, .wpcf7-textarea{
	width: 100%;
	-moz-box-shadow:    inset 0 2px 5px rgba(33, 30, 31, 0.11);
	-webkit-box-shadow: inset 0 2px 5px rgba(33, 30, 31, 0.11);
	box-shadow:         inset 0 2px 5px rgba(33, 30, 31, 0.11);
	background: #f1f2f3;
	border: none;
	padding: 8px;
}
.wpcf7-textarea{
	max-height: 175px;
}
.wpcf7-submit{
	display: block;
	border: none;
	color: #fff;
	background: #f2c230;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.ajax-loader{
	position: absolute;
}
.contact-right{
	padding: 0 15px;
}
.contact-right .item{
	margin-bottom: 30px;
	font-size: 18px;
}
.contact-right h3{
	font-family: 'GothamMedium';	
	font-size: 24px;
	margin-top: 0;
}
.contact-right h4{
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'GothamMedium';	
}
.contact-right strong{
  	font-family: 'GothamBold';
}
.contact-right .icon{
	padding-left: 30px;
}
.contact-right .clock{
	background: url(images/clock.svg) no-repeat;
	background-position: top left;
	background-size: 20px;
}
.contact-right .marker{
	background: url(images/map-pin.svg) no-repeat;
	background-position: top left;
	background-size: 20px;
}
.contact-right .phone{
	background: url(images/phone.svg) no-repeat;
	background-position: top left;
	background-size: 15px;
}
.contact-right .envelope{
	background: url(images/mail.svg) no-repeat;
	background-position: 0 3px;
	background-size: 20px;
}
.home .footer-container{
	background: #fff;
}
.footer-container{
	padding: 45px 0 30px;
	background: #eeeeee;
	border-top: 1px solid #e8e8e8;
}
.footer-container .inner-container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.footer-container .inner-container .inner-row{
	flex-basis: 20%;
}
.footer-container .inner-container .logo{
	flex-basis: 18%;
}
.logo a{
	display: inline-block;
    margin-bottom: 16px;
}
.footer-container .inner-container .map{
	flex-basis: 26%;
}
.footer-container .inner-row{
	font-size: 14px;
}
.footer-container .inner-row h3{
	margin-top: 0;
  	font-family: 'GothamBold';
	font-size: 16px;
	line-height: 19px;
	color: #57904b;
}
.footer-container .inner-row ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-container .inner-row a{
	color: #313131;
	text-decoration: underline;
	margin: 5px 0;
}
.footer-container .inner-row .item{
	margin-bottom: 15px;
}
.footer-container .inner-row .item img{
	max-width: 26px;
}
.footer-container .inner-row strong{
  	font-family: 'GothamBold';
}
.footer-container .inner-row .item:last-child{
	margin: 0;
}
.copyrights{
	padding: 50px 15px 0;
}
.banner-image{
	background-size: cover;
	background-position: center;
	padding: 200px 15px;
	text-align: center;
	width: 100%;
}
.banner-image h1{
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-family: 'GothamMedium';
	text-transform: uppercase;
	margin-bottom: 40px;
    width: 700px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.home .count{
	display: none;
}
.contact-container.inner-page{
	background: #fff;
}
.contact-container.inner-page .inner-contact-container{
	padding-top: 55px;	
}
.inner-pages{
	max-width: 940px;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 18px;
	line-height: 28px;
}
.inner-pages img{
	max-width: 100%;
}
.inner-pages p,
.inner-pages ul{
	margin-bottom: 30px;
}
.inner-pages p:last-child{
	margin-bottom: 0;
}
.inner-pages a{
	text-decoration: underline;
	color: #57904b;
}
.inner-pages h2:first-child{
	margin-top: 0;
}
.inner-pages h3{
  	font-family: 'GothamBold';
	font-size: 20px;
	text-transform: uppercase;
	color: #57904b;
}
.faqs-container{
	padding-top: 40px;
	padding-bottom: 60px;
}
.faqs-container .question,
.faqs-container .question a{
	font-size: 16px;
	font-family: 'GothamMedium';
	color: #313131;
}
.faqs-container .question a{
	border-bottom: 1px solid #000000;
	padding: 10px 30px 10px 0;
	display: block;
	background: url(images/closed-faq.png) no-repeat;
	background-position: 99% 50%;
}
.faqs-container .question.active a{
	color: #57904b;
	border-bottom: 1px solid #57904b;
	background: url(images/opened-faq.png) no-repeat;
	background-position: 98% 50%;
}
.answer{
	display: none;
	font-size: 16px;
}
.answer p{
	margin: 0;
}
.faq-item{
	margin-bottom: 40px;
}
.faq-item:last-child{
	margin-bottom: 0;
}
.single .supplier-item{
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
}
.supplier-item{
	margin-bottom: 60px;
	text-align: center;
}
.employee-item.supplier-item{
	position: relative;
    float: left;
    width: 100%;
    margin-bottom: 60px;
	text-align: left;
}
.supplier-item:nth-of-type(3n + 1){
	clear: left;
}
.supplier-item img{
	display: inline-block;
}
.employee-item.supplier-item h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'GothamMedium';
    color: #313131;
    margin-top: 0;
}
.supplier-item h4 a{
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'GothamMedium';
	color: #313131;
	margin-top: 0;
	text-decoration: underline;
}
.long-bio,
.read-less{
	display: none;
}
.supplier-item .button{
	margin-top: 20px;
}
.products-content{
	padding: 60px 15px;
	max-width: 640px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}
.products-content p:last-child{
	margin: 0;
}
.products-list{
	max-width: 880px;
	margin-bottom: 60px;
}
.products-list .button{
	margin-top: 14px;
	min-width: 200px;
	font-size: 18px;
	padding: 10px 15px;
}
.products-list .main-button{
	margin-top: 28px;
	color: #313131;
	font-size: 20px;
	border-color: #313131;
}
.table>tbody>tr>th{
	color: #fff;
	background: #57904b;
}
.search-container{
	padding-top: 20px;
	padding-bottom: 40px;
}
.search-container h3 a{
	text-transform: uppercase;
	color: #57904b;
	font-family: "GothamMedium";
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #57904b;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background: #fff;
}
.navbar-default .navbar-toggle{
	border-color: #57904b;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #57904b;	
}
.attributes-list{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce-variation.single_variation{
	display: block !important;
	min-height: 22px;
	height: auto !important;
}
/* re */
.woocommerce div.product{
	padding-top: 30px;
}
.single.woocommerce div.product{
	padding-top: 0;
}
.woocommerce .woocommerce-breadcrumb{
	padding-top: 18px;
	margin-bottom: 0;
	padding-bottom: 45px;
	color: #00713d;
}
.woocommerce .woocommerce-breadcrumb a{
	color:#6f6f79;
}
.woocommerce div.product .product_title{
	color: #00713d;
	font-size: 28px;
	font-family: 'GothamMedium';
}
.single_variation_wrap{
	display: flex;
	align-items: center;
	color:#6f6f79;
	font-family: 'GothamBook';
	font-size: 15px;
	margin-top:10px;
	margin-bottom: 18px;
	min-height: 25px;
}
.single_variation_wrap .woocommerce-variation-add-to-cart{
	padding-top: 16px;
}
div.product form.cart .dropdown-variations{
	display: none;
}
.summary.entry-summary .single_variation_wrap h4{
	font-family: 'GothamMedium';
	font-size: 15px;
	color:#58585a;
	margin-bottom: 0;
	margin-right: 10px;
	margin-top: 0;
}
.attributes-list li{
	margin-bottom: 5px;
}
.attributes-list li:not(:last-child){
	margin-right: 10px;
}
.attributes-list li a{
	border:2px solid #e8e8e8;
	display: block;
	font-size: 15px;
	color:#6f6f79;
	padding: 10px 15px;
	font-family: 'GothamMedium';
}
.attributes-list li.selected a{
	border:2px solid #00713d;
	color: #00713d
}
.woocommerce .quantity .qty{
	background-color: #f7f7f7;
	outline: none;
	border: 1px solid #e8e8e8;
	padding: 8px 5px 8px 18px;
	font-family: 'GothamMedium';
	font-size: 14px;
	margin-right: 15px;
}
.woocommerce button.button.alt.disabled,.woocommerce button.button.alt{
	background-color: #FFF !important;
	color: #58585a !important;
	font-family: 'GothamMedium';
	font-size: 14px;
	outline: none;
	border:2px solid #58585a;
	padding:12px 28px 12px 28px;
	opacity: 1;
}
.related.products > h2{
	font-family: 'GothamMedium';
	font-size: 25px;
	text-transform:uppercase;
	color:#00713d;
	position: relative;
	text-align: center;
	padding-bottom: 15px;
}
.related.products > h2::before{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	height: 2px;
	width: 100px;
	background-color: #00713d;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.recommended-products ul.products li.product .woocommerce-loop-product__title{
	color: #6e6e7a;
	font-size: 15px;
	padding: 15px 24px 15px 24px;
	text-align: left;
	text-transform: initial;
	font-family: 'GothamBook';
}
.woocommerce ul.products li.product .woocommerce-loop-product__title::after{
	display: none;
}
.woocommerce ul.products,
.recommended-products ul.products{
	margin: 0 0 1em;
	margin-top: 30px;
    padding: 0;
    list-style: none outside;
    clear: both;
}
.woocommerce ul.products li.product .price,
.recommended-products ul.products li.product .price{
	font-size: 18px;
	font-family: 'GothamBold';
	color: #313131;
	padding-left: 24px;
	padding-right: 24px;
	margin-bottom: 0;
	font-family: 'Muli', sans-serif;
	font-weight: 700;
}
.woocommerce ul.products li.product .price del{
	opacity: 1;
}
.woocommerce ul.products li.product .price ins{
	text-decoration: none;
	color: #00713d;
}
.recommended-products-list{
	width: 100%;
}
.woocommerce div.product{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
body .woocommerce div.product div.images,.woocommerce-page div.product div.images{
    float: none;
	flex-basis:43%;
	width: auto;
}
.woocommerce div.product div.summary,.woocommerce-page div.product div.summary{
    float: none;
	flex-basis:55%;
	width: auto;
}
.related-products{
	width: 100%;
}
.related.products ul{
	display: flex;
}
.related.products ul li{
	flex-basis: 18%;
	margin: 0 1% 50px !important;
}
.woocommerce ul.products li.product{
	border: 1px solid #e8e8e8;
}
.woocommerce ul.products li.product .button{
	background-color: #fff;
	color:#58585a;
	border:2px solid #58585a;
	min-width: 175px;
	margin-left: 24px;
    margin-right: 24px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin: 0 0 50px 0;
}
.archive .shop-content-section{
	flex-basis: 100%;
	margin-left: 15px;
	margin-top: -20px;
}
.search-no-results.archive .shop-content-section,
.search-no-results.archive .shop-top-section{
	margin-left: 0;
}
.search-no-results.archive .woocommerce-products-header{
	flex-basis: 100%;
	margin-bottom: 30px;
}
.search-no-results.archive .woocommerce-info{
	flex-basis: 100%;
}
.search-no-results.archive #sidebar{
	display: none;
}
.woocommerce ul.products li.product:nth-of-type(4n){
	margin-right: 0;
}
.woocommerce div.product span.price,
.woocommerce-uos{
	font-size: 22px;
	color: #00713d;
	font-family: 'GothamMedium';
}
.product-name a{
	font-size: 20px;
	color: #00713d;
	font-family: 'GothamMedium';
	text-decoration: none;
}
.product-price .woocommerce-Price-amount.amount,.woocommerce table.shop_table tbody tr td.product-subtotal,
.woocommerce table.shop_table tbody tr td.product-price{
	color: #6f6f79;
	font-size: 18px;
	font-family: 'GothamBook';
}
.woocommerce table.shop_table tbody tr td p,
.woocommerce table.shop_table tbody tr td dl,
.woocommerce table.shop_table tbody tr td dd{
	margin-bottom: 0;
}
body .cart th{
	border: none;
}
body .cart thead tr{
	background-color: #f2f2f2;
}
body .woocommerce table.shop_table{
	border: none;
	border-collapse: collapse;
}
.woocommerce table.shop_table td {
	border:none;
	padding: 9px 35px;
}
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_state{
	display: flex;
	margin-top: 25px;
}
.woocommerce-product-attributes-item__label{
	font-size: 15px;
	font-family: 'GothamMedium';
	color: #58585a;
	margin-right: 10px;
}
.woocommerce-product-attributes-item__value{
	font-size: 15px; 
	font-family: 'GothamBook';
	color: #6f6f79;
}
.woocommerce-product-attributes-item__value p{
	margin-bottom: 0;
}
.summary.entry-summary h4{
	font-size: 15px;
	font-family: 'GothamMedium';
	color: #58585a;
	margin-bottom: 12px;
	margin-top: 25px;
}
.summary.entry-summary ul.attributes-list li{
	margin-bottom: 10px;
}
.product-name > h3{
	font-size: 23px;
	font-family: 'GothamMedium';
	color: #313131;
	margin-bottom: 0;
}
.woocommerce table.shop_table th{
	padding: 15px 30px;
}
.woocommerce table.shop_table th.product-name{
	padding-left: 20px;
}
.woocommerce-cart-form__cart-item.cart_item{
	border-bottom: 1px solid #e8e8e8;
}
.woocommerce a.remove,
.visible-sku{
	font-family: 'GothamBook';
	font-size: 15px;
	color: #6f6f79 !important;
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 18px;
}
.visible-sku{
	display: none;
	font-weight: 700;
	margin-top: 6px;
}
.woocommerce a.remove:hover{
	background-color: transparent;
	color: #6f6f79 !important;
}
.woocommerce table.cart .product-thumbnail{
	min-width: 115px;
	padding-left: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 0;
}
.display-quanity{
	background-color: #f8f8f8;
	padding: 8px 18px;
    font-family: 'GothamMedium';
	font-size: 14px;
	border: 2px solid #e8e8e8;
	display: inline-block;
}
.woocommerce-cart table.cart img{
	width: 115px;
}
body .order-total td{
	padding-left: 0;
}
body .order-total td span,
.checkout-total span{
	color: #313131;
	font-size: 23px;
	font-family: 'GothamMedium';
}
body .order-total td strong .woocommerce-Price-amount.amount,
body .order-total td strong .woocommerce-Price-currencySymbol,
.checkout-total .woocommerce-Price-amount.amount,
.checkout-total .woocommerce-Price-currencySymbol{
	color:#00713d;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	font-size: 14px;
	display: inline-block;
	padding: 15px 28px;
	border: 2px solid #58585a;
	border-radius: 0;
}
.woocommerce a.button.alt{
	background-color: #fff;
	color: #58585a;
}
.woocommerce a.button.alt:hover{
	background-color: #fff;
	color: #58585a;	
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]{
	font-size: 14px;
	background-color: #fff;
	color: #58585a;	
	padding: 15px 28px;
	border: 2px solid #58585a;
	border-radius: 0;
	opacity: 1;
	display: none;
}
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover{
	background-color: #fff;
	color: #58585a;	
}
.cart-row{
	padding-bottom: 62px;
}
.keep-shop{
	padding-bottom: 40px;
}
.keep-shop a{
	display: inline-block;
	text-decoration: none;
	color: #6f6f79;
	font-size: 15px;
	font-family: 'GothamBook';
	position: relative;
	padding-left: 25px;
}
.keep-shop a:before{
	position: absolute;
    top: 5px;
    left: 0;
    content: "";
    background-image: url(images/less-than.svg);
    background-repeat: no-repeat;
    background-size: 7px;
	height: 12px;
	transform:rotateY(180deg);
    width: 12px;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td{
	padding-left: 0;
	padding-right: 0;
	text-align: right;
}
.woocommerce-cart .wc-proceed-to-checkout{
	padding-top: 15px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	width: auto;
}
.register h2.login-register-heading{
	color: #313131;
	font-size: 23px;
	font-family: 'GothamMedium';
	text-align: left;
	margin-bottom: 0;
	padding: 15px 20px;
	background-color: #f2f2f2;
	text-transform: uppercase;
}
.register h2.login-register-heading::after{
	display: none;
}
.woocommerce form.register,.woocommerce-form.woocommerce-form-login.login{
	width: 500px;
	max-width: 100%;
	border: none;
	padding: 0;
	margin-top: 28px;
	margin-bottom: 20px;
}
.woocommerce form .form-row label{
	color: #58585a !important;
	font-size: 14px;
	font-family: 'GothamMedium';
	text-transform: uppercase;
	margin-top: 6px;
	margin-bottom: 2px;
}
.woocommerce form .form-row input.input-text{
	background-color: #f8f8f8 !important;
	padding: 10px 10px;
	border: 2px solid #e8e8e8 !important;
}
.select2-container--default .select2-selection__rendered{
	background-color: #f8f8f8 !important;
	border:none;
	margin-bottom: 5px;
}
.select2-container--default .select2-selection--single {
	background-color:  #f8f8f8;
	padding: 4px 0;
    border: 2px solid #e8e8e8;
	border-radius: 0;
	min-height: 41px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	min-height: 100%;
}
.woocommerce form .form-row input.input-text:focus{
	border: 2px solid #00713d !important;
}
.woocommerce form p.disclaimer-password-strength{
	text-align: center;
	color: #58585a;
	font-family: 'GothamMedium';
	font-size: 14px;
	padding-right:40px;
	padding-left: 40px;
	line-height: 18px;
	padding-top: 15px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e8e8e8;
}
.woocommerce form .form-row textarea{
	background-color: #f8f8f8;
	padding: 10px 10px;
	border: 2px solid #e8e8e8;
	height: 210px;
	resize: none;
	margin-top: 8px;
}
.woocommerce td.actions button.button{
	color: #58585a;
	font-size: 14px;
	border: 2px solid #58585a;
	padding: 11px 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #fff;
	border-radius: 0;
	outline: none;
}
body.woocommerce-page table.shop_table_responsive tr td.actions {
    text-align: right !important;
    padding-right: 0;
}
.woocommerce button.button:hover{
	background-color: #fff;
	color: #58585a;
}
.woocommerce-form.woocommerce-form-register.register .woocommerce-FormRow.form-row{
	float: right;
	margin-bottom: 20px;
}
.Login .login-register-heading{
	color: #313131;
    font-size: 23px;
    font-family: 'GothamMedium';
    text-align: left;
    margin-bottom: 0;
    padding: 15px 20px;
	background-color: #f2f2f2;
	text-transform: uppercase;
}
.form-row .woocommerce-button.button.woocommerce-form-login__submit{
	float: right;
	margin-top: 40px;
}
.woocommerce-LostPassword.lost_password a{
    text-decoration: none;
    color: #6f6f79;
    font-size: 15px;
    font-family: 'GothamBook';
    position: relative;
}
.woocommerce-LostPassword.lost_password{
	padding-top: 30px;
}
.woocommerce-products-header__title.page-title{
	margin-bottom: 0;
	font-size: 25px;
	color: #00713d;
	font-family: 'GothamMedium';
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
	margin-top: 20px;
}
.woocommerce-products-header__title.page-title::before{
	position: absolute;
    content: "";
    height: 2px;
    width: 100px;
    background: #57904b;
    left:0;
    bottom: 0;
}
.woocommerce .woocommerce-result-count{
	font-size: 16px;
	margin-bottom: 0;
	color: #6f6f79;
	margin-top: 20px;
}
.woocommerce .woocommerce-ordering select{
	padding: 6px 10px;
	background-color: #f2f2f0;
	outline: none;
	border: 1px solid #d0d0d0;
}
.tax-product_cat.woocommerce ul.products li.product .button,
.archive.woocommerce ul.products li.product .button,
.woocommerce .related.products ul.products li.product .button{
	display: none;
}
.woocommerce ul.products li.product a img{
	margin-bottom: 0;
}
.berocket_aapf_widget-title_div.disable_collapse .widget-title.berocket_aapf_widget-title{
	font-size: 16px;
	color: #313131;
	font-family: 'GothamMedium';
	margin-bottom: 0;
}
#sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
body .berocket_aapf_widget li.slider span.left input,body .berocket_aapf_widget li.slider span.right input{
	border: none;
    font-size: 16px;
    padding: 4px 9px;
	background: white;
	color: #72707b;
	font-style: normal;
	padding: 0 !important;
}
body .slide .ui-widget-content{
	border: none;
}
body .berocket_filter_slider.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range{
	background: none repeat scroll 0 0 #00713d;
}
body .slide .ui-state-default, .slide .ui-widget-content .ui-state-default{
    background: #fff;
    border: 3px solid #00713d;
}
body .berocket_filter_slider.ui-widget-content .ui-slider-handle, .berocket_filter_price_slider.ui-widget-content .ui-slider-handle{
    background: #fff;
	border: 3px solid #00713d;	
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.14);
}
.widget.widget_berocket_aapf_single .berocket_aapf_widget-wrapper.brw-format {
	padding-top: 30px;
}
.berocket_aapf_widget .berocket_label_widgets{
    font-size: 15px;
    color: #72707b;
    font-style: normal;
}
body .slide{
	margin-right: 10px;
	margin-left: 10px;
}
#sidebar{
	border: 1px solid #e8e8e8;
	padding: 25px 15px;
	flex-basis: 210px;
	flex-shrink: 0;
	flex-grow: 0;
}
body .berocket_aapf_widget li.slider span.left,body .berocket_aapf_widget li.slider span.right{
	height: 12px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #72707b;
}
.berocket_term_parent_0.berocket_term_depth_0.brw-format-retail{
	margin-top: 5px;
}
.archive #main .container .products{
	flex-basis: 75%;
	order: 1;
	margin-top: 0;
}
.brw-price{
	margin-bottom: 20px;
}
.woocommerce-pagination{
	flex-basis: 100%;
	order: 1;
}
.shop-container{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering,
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none;
}
.woocommerce .woocommerce-ordering{
	margin-bottom: 0;
	margin-top: 20px;
}
.shop-content-section{
    order: 1;
}
.single .shop-content-section{
	flex-basis: 100%;
}
#address_book_field label{
	display: inline-block;
	padding-left: 25px;
    max-width: 190px;
    vertical-align: top;
    background: url(images/radio-btn.jpg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0 5px;
    padding-right: 20px;
	box-sizing: content-box;
}
#address_book_field .woocommerce-input-wrapper label{
	font-family: 'GothamBook';
    font-size: 15px;
    color: #6f6f79 !important;
	line-height: 23px;
	text-transform: initial;
}
#address_book_field input[type=radio]:checked+label{
	background-image: url(images/radio-btn-checked.jpg);
}
#address_book_field > label{
	display: block;
	font-size: 23px;
	background: #f2f2f2;
	padding: 10px 15px;
	max-width: 100%;
    margin-bottom: 30px;
}
#address_book_field > label span{
	display: none;
}
#address_book_field .woocommerce-input-wrapper #address_book_add_new + label{
	border: 2px solid #58585a;
	color: #58585a;
	display: inline-block;
	padding: 8px 20px;
	cursor: pointer;
	background: none;
	margin: 15px 0;
	display: inline-block !important;
	font-family: 'GothamMedium';
	text-transform: uppercase;
	flex-basis: auto;
}
#address_book_field .woocommerce-input-wrapper{
	display: flex;
	flex-wrap: wrap;
}
#address_book_field #address_book_add_new:checked+label{
	background: none;
}
.woocommerce form .form-row{
	display: block;
}
#address_book_field #address_book_add_new{
	display: block;
	width: 100%;
}
#address_book_field .input-radio{
	display: none;
}
#address_book_add_new{
	opacity: 0;
}
.cart-container{
	padding-top: 65px;
}
.woocommerce-cart .cart-container,
.woocommerce-order-received .cart-container{
	padding-top: 20px;
}
.cart-container .woocommerce-MyAccount-content{
	padding-top: 0;
}
.woocommerce-checkout .col-12{
	padding-left: 0;
	padding-right: 0;
}
form.woocommerce-ordering input::placeholder{
	color: #8e8e9b;
}
.single .shop-top-section,
.single .shop-container{
	display: block;
	margin-left: 0;
	padding-bottom: 0;
}
.shop-top-section{
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	flex-wrap: wrap;
	align-items: center;
	margin-left: 21px;
}
body .berocket_aapf_widget li.slider span.right input{
	padding-left: 0;
}
.woocommerce nav.woocommerce-pagination ul li{
	border-right: none;
}
.woocommerce nav.woocommerce-pagination ul{
	border: none;
	padding-top: 40px;
	padding-bottom: 60px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li a{
	background-color: #fff;
	color: #6e6e7a;
	font-size: 16px;
	font-family: 'GothamBold';
	padding: 9px 14px;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
	color: #00713e;
	background-color: #fff;
	font-size: 16px;
	font-family: 'GothamBold';
	padding: 7px 14px;
	border: 2px solid #00713d;
}
.woocommerce nav.woocommerce-pagination ul li:not(:first-child){
	margin-left: 12px;
}
.woocommerce nav.woocommerce-pagination{
	text-align: right;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	width: 23%;
}
.archive #main .container .products {
    display: flex;
    flex-wrap: wrap;
}
.archive.woocommerce ul.products:before,
.archive.woocommerce ul.products:after{
	display: none;
}
.archive.woocommerce ul.products li.product{
	flex-basis: 200px;
	margin-bottom: 30px;
	margin-left: 21px;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first{
	clear: both;
	float: none;
	width: 50%;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
	clear: both;
	float: none;
	width: 50%;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #58585a;
	font-size: 14px;
	font-family: 'GothamMedium';
}
.woocommerce .woocommerce-additional-fields .form-row .input-text{
	width: 50%;
}
#e_deliverydate{
	background-image: url(images/calendar.svg);
	background-repeat:  no-repeat; 
	background-size: 20px;
	background-position: 95% center;
}
.form-row.form-row-wide,.form-row.form-row-first,.form-row.form-row-last{
	width: 50%;
}
.form-row.form-row-wide.address_book{
	width: 100%;
}
h3#order_review_heading{
	display: none;
}
.product-name{
	font-size: 18px;
	color: black;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background:#fff;
    border-radius: 0;
}
.woocommerce-checkout table.cart img {
    width: 115px;
}
li.wc_payment_method.payment_method_cheque{
	display: none;
}
.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
	min-width: 115px;
	padding-left: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}
.woocommerce-checkout #payment div.form-row {
    padding: 0;
}
.woocommerce-checkout #payment ul.payment_methods{
	border-bottom:none;
	padding: 0;
}
.product-quantity .quantity .input-text.qty.text{
    background-color: #f7f7f7;
    outline: none;
    border: 1px solid #e8e8e8;
    padding: 8px 5px 8px 18px;
    font-family: 'GothamMedium';
    font-size: 14px;
	margin-right: 15px;
	width: 50px;
}
.woocommerce-checkout-review-order{
	padding-top: 68px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	border-radius: 0;
}
.footer-container {
    background: #fff;
}
.cancel-address{
	width: 50%;
	text-align: right;
	padding-top: 34px;
	display: none;
}
#shipping_country_field{
	display: none !important;
}
.cancel-address.active{
	display: block;
}
.cancel-address a.cancel-btn{
	display: inline-block;
	text-decoration: none;	
	border: 2px solid #e8e8e8;
	font-size: 15px;
	color: #6f6f79;
	font-family: 'GothamMedium';
	text-transform: uppercase;
	padding: 10px 20px;
	margin-right: 20px;
}
.cancel-address a.confirm-btn{
	display: inline-block;
	text-decoration: none;	
	border: 2px solid #58585a;
	font-size: 15px;
	color: #58585a;
	font-family: 'GothamMedium';
	text-transform: uppercase;
	padding: 10px 20px;
}
.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide,.register form.woocommerce-form.woocommerce-form-register.register .form-row.form-row-wide{ 
	width: 100%;
}
.woocommerce button.button,
.signin-to-view-price a{
	font-size: 14px;
	font-family: 'GothamMedium';
	color:#58585a;
	padding: 11px 22px;
	background-color: #fff;
	border: 2px solid #58585a;
	border-radius:0; 
	margin-top: 40px;
	display: inline-block;
}
.signin-to-view-price a{
	text-transform: uppercase;
	margin-top: 0;
}
.berocket_single_filter_widget:not(:first-child){
	padding-top: 20px !important;
}
.woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p,.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper.active,
#e_deliverydate_field.active {
     display: none !important;
}
.woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row.form-row-wide.address_book,
.woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.active,
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper{
	display: block !important;
}
input[type="checkbox"]{
	display: none;
}
ul.berocket_aapf_widget li span input[type=checkbox]:checked+label{
	background: url(images/checked.jpg) no-repeat;
    padding-left: 25px;
    background-size: 16px;
    font-weight: 400;
    background-position: center left;
}
ul.berocket_aapf_widget li span input[type=checkbox]+label{
	background: url(images/unchecked.jpg) no-repeat;
    padding-left: 25px;
    background-size: 16px;
    font-weight: 400;
    background-position: center left;
}
ul.berocket_aapf_widget li span{
	margin-bottom: 8px;
}
.woocommerce-product-attributes-item{
	display: flex;
	margin-bottom: 18px;
}
.woocommerce div.product div.images img {
	width: 450px;
}
.woocommerce ul.products li.product.product-category{
	padding-bottom: 0;
}
.woocommerce button.button.single_add_to_cart_button{
	margin-top: 0;
}
body .navbar-light .navbar-toggler {
	border: 4px solid #57904b;
    padding: 10px;
	outline: none;
}
.navbar-toggler .icon-bar {
    height: 5px;
    width: 30px;
    background: #57904b;
    display: block;
}
.navbar-toggler .icon-bar:not(:last-child) {
    margin-bottom: 5px;
}
.navbar.button-navigation{
	justify-content: flex-end;
}
.main-menu-container{
	justify-content: flex-end;
	padding-right: 0;
}
.navbar{
	padding-right: 0;
}
header.header{
	border-bottom: 2px solid #58585a;
}
.woocommerce table.shop_table th{
	font-size: 15px;
	font-family: 'GothamMedium';
	text-transform: uppercase;
}
.woocommerce table.shop_table th.product-price,
.woocommerce table.shop_table td.product-price{
	padding-left: 0;
	padding-right: 0;
	width: 150px;
}
.woocommerce table.shop_table th.product-size{
	width: 240px;
	max-width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content{
	width: 100%;
	float: none;
}
.address_book{
	padding-bottom: 65px;
}
.woocommerce-MyAccount-content{
	padding-top: 72px;
}
.address_book h3,
.woocommerce-MyAccount-content form h3{
	font-family: 'GothamMedium';
	font-size: 23px;
	margin-bottom:35px;
	padding: 15px 24px;
	background-color: #f2f2f2;
	text-transform: uppercase;
}
.address-container{
	display: flex;
	flex-wrap: wrap;
}
.wc-address-book-address{
	flex-basis: 25%;
}
.wc-address-book-address label{
	font-family: 'GothamBook';
	font-size: 15px;
	color: #6f6f79;
}
.wc-address-book-address .wc-address-book-delete{
	display: inline-block;
	font-family: 'GothamMedium';
    font-size: 15px;
    color: #6f6f79 !important;
    padding-left: 35px;
    text-transform: uppercase;
    border: 2px solid #58585a;
    padding: 6px 17px;
    margin-left: 35px;
    margin-top: 10px;
    cursor: pointer;
}
input[type="radio"]{
	display: none;
}
.wc-address-book-address label {
    display: inline-block;
    padding-left: 35px;
    max-width: 190px;
    vertical-align: top;
    background: url(images/radio-btn.jpg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 6px 4px;
    padding-right: 20px;
    box-sizing: content-box;
}
.wc-address-book-address input[type=radio]:checked+label {
    background-image: url(images/radio-btn-checked.jpg);
}
.address-management > a,
.add-to-cart-btn-account input[type="submit"]{
	font-family: 'GothamMedium';
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	border:2px solid #58585a;
	padding: 10px 15px;
	margin-right: 7px;
	margin-top: 35px;
	cursor: pointer;
	color: #212529;
}
.woocommerce-orders-table__header-order-actions{
	display: none;
}
.add-to-cart-btn-account input[type="submit"]{
	margin-top: 10px;
	background: none;
	padding: 4px 10px;
	margin-right: 0;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number{
	font-size: 18px;
	font-family: 'GothamBook';
	color: #6f6f79;
}
.woocommerce table.shop_table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions{
	padding-right: 0;
	text-align: right;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a{
	font-size: 14px;
	color: #58585a;
	font-family: 'GothamMedium';
	display: inline-block;
	border: 2px solid #58585a;
	border-radius: 0;
	padding: 10px 28px;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a span.more,
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a span.less{
	display: none;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a span.more.active,
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a span.less.active{
	display: inline;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:hover{
	color: #00713d;
	border-color: #00713d;
}
.woocommerce a.button,.woocommerce a.button:hover{
	background-color: #fff;
}
.woocommerce-orders-table__header.woocommerce-orders-table__header-order-number span{
	font-family: 'GothamMedium';
	font-size: 23px;
	padding: 24px;
	background-color: #f2f2f2;
	text-transform: uppercase;
	display: block;
	position: relative;
}
.woocommerce-orders-table__header.woocommerce-orders-table__header-order-number span a{
	position: absolute;
    font-size: 14px;
    color: #58585a;
    font-family: 'GothamMedium';
    display: inline-block;
    border: 2px solid #58585a;
    border-radius: 0;
    padding: 10px 28px;
	right: 10px;
	top: 12px;
}
.custom-order-container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top:30px;
	padding-bottom: 30px;
}
.wc-address-book-address{
	padding-right: 30px;
}
.account-product-headling{
	border-top: none;
	border-bottom: none;
}
.account-product-list td{
	border: none;
	font-size: 18px;
	color: #6f6f79;
	font-family: 'GothamBook';
}
.account-product-list td.product-quantity{
	font-family: 'GothamMedium';
	color: #58585a;
	font-size: 14px;
}
.account-product-list td.product-thumbnail{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0;
	max-width: 115px;
}
.woocommerce-orders-table__row{
	border-bottom: 1px solid #e8e8e8;
}
.account-table{
	margin-bottom: 0;
}
.account-product-list:not(:last-child){
	border-bottom: 1px solid #e8e8e8;
}
.account-product-list .product-subtotal{
	padding-top: 55px !important;
}
.woocommerce-checkout .account-product-list .product-subtotal{
	padding-top: 9px !important;
}
.account-product-list td.product-name{
	font-size: 20px;
	color: #00713d;
	font-family: 'GothamMedium';
}
ul.header-icons{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right: 35px;
}
ul.header-icons li::before{
	display: none;
}
ul.header-icons li.search{
	margin-right: 40px;
}
ul.header-icons li.search a{
	display: none;
}
ul.header-icons li.search form{
	position: relative;
}
ul.header-icons li.search form:after{
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	height: 100%;
	width: 30px;
	background: url(images/search.svg) no-repeat;
    background-size: 20px;
	background-position: center;
}
ul.header-icons li.search .submit-btn{
	font-size: 0;
	position: absolute;
	padding: 12px 15px;
	height: 100%;
	background: none;
	border: none;
	right: 0;
	cursor: pointer;
	z-index: 2;
}
ul.header-icons li.search input[type="text"]{
	background: transparent;
    border: 1px solid #d0d0d0;
    padding: 2px 35px 2px 10px;
    font-size: 14px;
	min-width: 250px;
}
ul.header-icons li{
	padding-right: 0;
	padding-left: 0;
}
ul.header-icons li a{
	display: block;
	width: 20px;
	position: relative;
}
.cart-total-number{
	background: #00713d;
    color: #fff;
    position: absolute;
    height: 18px;
    width: 18px;
    text-align: center;
    border-radius: 50%;
	top: -4px;
	right: -12px;
	font-size: 12px;
}
.cart-total-number span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
ul.header-icons li:not(:last-child) a{
	margin-right: 40px;
}
.header-row{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.woocommerce-notices-wrapper{
	flex-basis: 100%;
}
.woocommerce-message{
	background-color:#f2f2f2;
	border-top-color:#00713d; 
}
.woocommerce-message::before {
    color: #00713d;
}
.variation-options:first-child{
	display: block;
}
.variation-options{
	display: none;
}
.variation-options.show{
	display: block;
}
.attributes-list li.hide{
	display: none;
}
.uop{
	float: left;
    padding: 9px 15px 9px 0;
	font-weight: bold;
	min-width: 80px;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
	top: 18px;
	right: auto;
    margin: -.5em -.5em 0 0;
    background: none;
    border: 2px solid #00713d;
    min-height: 1px;
    line-height: 1;
    border-radius: 0 7px;
    text-transform: uppercase;
    left: 18px;
	padding: 6px;
	color: #00713d;
}
.woocommerce ul.products li.product.has-post-thumbnail .onsale,
.single.woocommerce div.product.has-post-thumbnail span.onsale {
	color: #fff;
}
.woocommerce ul.products li.product .price{
	padding-bottom: 18px;
}
.sale-products .row ul,
.sale-products .row .columns-5{
	width: 100%;
}
.sale-products .row{
	width: calc(100% + 30px);
}
.sale-products .woocommerce ul.products li.product .button{
	display: none;
}
.woocommerce.columns-5 ul.products.js-product-rotator li.product,
.woocommerce ul.products.js-product-rotator li.product {
    width: 100%;
}
.sale-products{
	padding-bottom: 30px;
}
.owl-theme .owl-nav {
	margin-top: 0;
	position: absolute;
    width: 100%;
    top: 33%;
	transform: translateY(-50%);
	height: 40px;
	z-index: -1;
}
.owl-theme .owl-nav > div:hover::after{
	opacity: 1;
}
.owl-theme .owl-nav > div:hover::before{
	opacity: 0;
}
.owl-theme .owl-nav .owl-prev::before{
	background: url(images/left-arrow.png) no-repeat;
    background-position: center;
	border-radius: 0;
	content: "";
	position: absolute;
    height: 20px;
    width: 20px;
    left: 8px;
    top: 8px;
}
.owl-theme .owl-nav .owl-next::before{
	background: url(images/left-arrow.png) no-repeat;
    background-position: center;
	border-radius: 0;
	content: "";
	position: absolute;
	transform: rotateZ(180deg);
    height: 20px;
    width: 20px;
    left: 8px;
    top: 7px;
}
.owl-theme .owl-nav .owl-prev::after{
	background: url(images/right-arrow.png) no-repeat;
    background-position: center;
	border-radius: 0;
	content: "";
	position: absolute;
	transform: rotateZ(180deg);
	opacity: 0;
    height: 20px;
    width: 20px;
    left: 8px;
    top: 7px;
}
.owl-theme .owl-nav .owl-next::after{
	background: url(images/right-arrow.png) no-repeat;
    background-position: center;
	border-radius: 0;
	content: "";
	position: absolute;
	opacity: 0;
    height: 20px;
    width: 20px;
    left: 8px;
    top: 8px;
}
.owl-theme .owl-nav .owl-prev{
	position: absolute;
	left: -70px;
    padding: 0;
    margin: 0;
    font-size: 0;
	height: 40px;
	width: 40px;
	background: transparent;
	border: 2px solid #58585a;
	border-radius: 0;
}
.owl-theme .owl-nav .owl-next{
	position: absolute;
    right: -70px;
    padding: 0;
    margin: 0;
    font-size: 0;
    height: 40px;
    width: 40px;
	background: transparent;
	border: 2px solid #58585a;
	border-radius: 0;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover{
	background: transparent;
	border: 2px solid #00713d;
}
.order-details-with-items,
#shipping_address_nickname_field,
.optional,
.orddd_lite_field_note,
.woocommerce-uos{
	display:none;
}
.order-details-with-items.active{
	display: block;
}
.woocommerce form .form-row .select2-container{
	width: 100% !important;
}
.thankyou-content,
.thankyou-message{
	width: 650px;
	max-width: 100%;
	padding: 40px 40px 25px 70px;
	border: 2px solid #00713d;
	color: #58585a;
	font-size: 14px;
	margin-top: 50px;
	margin-bottom: 100px;
	background: url(images/thankyou.svg) no-repeat;
	background-size: 25px;
	background-position: 25px 45px;
}
.thankyou-message{
	margin-bottom: 50px;
}
.default-content{
	margin-top: 20px;
}
.thankyou-content h3,
.thankyou-message h3{
	color: #313131;
	font-size: 30px;
	font-family: 'GothamMedium';
}
.back-to-shop,
.back-to-shop:hover{
	color: #58585a;
}
.woocommerce .woocommerce-result-count{
	flex-basis: 35%;
	text-transform: lowercase;
}
.woocommerce-form-login__rememberme{
	display: none !important;
}
.owl-carousel .owl-item img{
	height: auto;
}
.price-filter{
	display: none;
}
.logged-in .price-filter{
	display: block;
}
.plural{
	display: none;
}
.plural.active{
	display: inline;
}
body .woocommerce-password-strength{
	display: none !important;
}
img{
	max-width: 100%;
	max-height: fit-content;
}
#address_book_field .woocommerce-input-wrapper label{
	max-width: 100%;
}
body #main .select2-container, body #main .ui-widget.ui-datepicker {
    z-index: 1!important;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper,
.page-template-template-ordered-products .woocommerce-notices-wrapper{
	position: fixed;
    top: 50px;
    right: 30px;
    width: 400px;
	max-width: 100%;
	z-index: 30;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message a,
.page-template-template-ordered-products .woocommerce-notices-wrapper .woocommerce-message a{
	position: absolute;
    font-size: 0;
    padding: 7px;
    right: 7px;
    top: 7px;
    border-radius: 50%;
    overflow: hidden;
	transform: rotateZ(45deg);
	background: none;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message a::before,
.page-template-template-ordered-products .woocommerce-notices-wrapper .woocommerce-message a::before{
	height: 100%;
    width: 3px;
    background: #58585a;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
}
.page-template-template-ordered-products .woocommerce-notices-wrapper .woocommerce-message a::after,
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message a::after{
	width: 100%;
    height: 3px;
    background: #58585a;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
	text-decoration: none;
}
.product-subtotal .woocommerce-product-attributes-item,
.product-subtotal .woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_size .woocommerce-product-attributes-item__label,
body.woocommerce-checkout .woocommerce-cart-form__contents td.actions button.button{
	display: none;
}
.product-subtotal .woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_size{
	display: block;
	margin-bottom: 0;
}
.product-subtotal .woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_size .woocommerce-product-attributes-item__value{
	font-size: 18px;
}
.woocommerce-cart .cross-sells{
	display: none;
}
.woocommerce-MyAccount-content .woocommerce-pagination{
	margin-top: 30px;
}
.woocommerce-MyAccount-content .woocommerce-pagination a,
.page-template-template-ordered-products .woocommerce-pagination a{
    font-size: 14px;
    color: #58585a;
    font-family: 'GothamMedium';
    display: inline-block;
    border: 2px solid #58585a;
    border-radius: 0;
    padding: 10px 28px;
	margin-right: 20px;
}
@media (max-width: 1300px){
	.sale-products .row,
	.recommended-products .row,
	.related-products{
		padding-left: 70px;
		padding-right: 70px;
	}
}
@media  (max-width: 767px){
	.woocommerce-orders-table__header.woocommerce-orders-table__header-order-number span{
		padding-bottom: 75px;
	}
	.woocommerce-orders-table__header.woocommerce-orders-table__header-order-number span a {
		padding: 10px 8px;
		font-size: 13px;
		right: auto;
		top: auto;
		bottom: 15px;
		left: 26px;
	}
	.mobile-content ul.header-icons{
		margin-right: 0;
	}
	.top-header ul li:first-child{
		padding-left: 0;
	}
	.top-header .header-row ul.header-icons {
		flex-basis: 100%;
		justify-content: center;
	}
	.menu-top-menu-container{
		flex-basis: 100%;
		justify-content: center;
		display: flex;
		padding-top:20px;
	}
	ul.header-icons {
		margin-right: 20px;
	}
	ul.header-icons.menu-cart{
		margin-right: 0;
	}
	ul.header-icons li.search {
		margin-right: 20px;
	}
	ul.header-icons.menu-cart li.cart{
		display: inline-block;
		justify-content: center;
	}
	.header-row{
		flex-wrap: wrap;
	}
	ul.header-icons li.cart{
		display: none;
	}
	body.woocommerce-page table.shop_table_responsive tr td{
		padding-right: 0;
		padding-left: 0;
	}
	body.woocommerce-page table.shop_table_responsive tr td.product-subtotal{
		min-height: 45px;
	}
	.woocommerce a.remove{
		text-align: right;
		margin-top: 10px
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td{
		background-color: transparent;
		padding-right: 0;
		padding-left: 0;
	}
	.wc-proceed-to-checkout{
		text-align: right;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		margin: 0 0 35px;
	}
	.woocommerce-products-header{
		display: flex;
		flex-basis: 100%;
		margin-bottom: 20px;
	}
	.shop-top-section{
		flex-wrap: wrap;
	}
	.tax-product_cat #main .container .products{
		margin-bottom: 0;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		word-break: break-all;
	}
	.woocommerce nav.woocommerce-pagination ul {
		padding-top: 10px;
		padding-bottom: 40px;
	}
	#sidebar {
		margin-bottom: 40px;
	}
	.shop-content-section {
		order: 0;
	}
	.banner a:not(:last-child){
		margin-bottom: 25px;
	}
	.footer-container .inner-container .logo img{
		max-width: 230px;
	}
	.copyrights {
		padding: 30px 15px 0;
	}
	.footer-container .inner-container .inner-row,.footer-container .inner-container .map  {
		padding-bottom: 20px;
	}
	.footer-container .inner-container .logo{
		padding-bottom: 0;
	}
	.woocommerce.columns-2 ul.products li.product {
		flex-basis:100%;
	}
	.navbar.header-inner{
		padding:0;
	}
	.main-menu ul{
		text-align: left;
		border-right: 1px solid #58585a;
	    border-left: 1px solid #58585a;
	}
	.main-menu ul li {
		border-bottom: 1px solid #58585a;
		display: block;
	}
	.main-menu ul li{
		margin: 0;
		position: relative;
	}
	.main-menu ul li.menu-item-has-children > a > i{
		position: absolute;
		right: 0;
		height: 100%;
		top: 0;
		width: 40px;
		background: url(images/right-arrow.png) no-repeat;
		background-position: center;
		transform: rotateZ(90deg);
	}
	.main-menu ul li .sub-menu{
		position: relative;
		padding: 0;
		border: none;
	}
	.main-menu ul li .sub-menu li:last-child{
		border: none;
	}
	.main-menu ul li a{
		display: block;
		padding: 8px 15px;
	}
	.main-menu{
		position: absolute;
		width: 100%;
		left: 0;
		background-color: #fff;
		z-index: 10;
		top: 3px;
		margin-top: 0;
	}
	.products-section, .supplier-section, .inner-contact-container, .suppliers-page-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.products-section .info{
		padding: 0;
	}
	.inner-contact-container,
	.container{
		padding-left: 25px;
		padding-right: 25px;		
	}
	.logo{
		text-align: left;
		margin-bottom: 0;
	}
	.logo img{
		display: inline-block;
		max-width: 100%;
	}
	.header-right{
		text-align: center;
	}
	.header-right-top form #s{
		min-width: 100%;
	}
	.navbar-toggle{
		margin: 0;
	}
	.navbar-default {
		background-color: #fff;
		border-color: transparent;
		margin-bottom: 0;
		min-height: 1px;
	}
	.mbl-nav{
		position: absolute;
		z-index: 2;
		width: 100%;
    	left: 0;
	}
	.navbar-default .navbar-collapse{
		border-color: transparent;
		padding: 0;
	}
	.navbar-default ul{
		list-style: none;
		padding: 0;
		margin: 0
	}
	.mbl-nav ul li a {
		color: #313131;
		font-size: 15px;
		text-transform: uppercase;
		font-family: 'GothamMedium';
		padding: 10px;
		border-bottom: 1px solid #313131;
		display: block;
	}
	.mbl-nav ul li:last-child a {
		border-bottom: none;
	}
	.banner-image h1{
		font-size: 32px;
	}
	.banner a{
		font-family: 16px;
	}
	.banner-image{
		padding: 100px 15px;
	}
	.products-section h2, .supplier-section h2, .contact-container h2, .inner-pages h2, .suppliers-page-container h2{
		font-size: 20px;
	}
	.products-section img{
		display: inline-block;
	}
	.products-section .col-sm-4{
		margin-bottom: 40px;
	}
	.pre-supplier, .delivery-schedule {
		padding: 100px 15px;
		font-size: 18px;
		line-height: 28px;
	}
	.pre-supplier .button, .delivery-schedule .button {
		margin-top: 28px;
		font-size: 15px;
	}
	.supplier-container {
		flex-direction: column;
		padding: 0 25px;
	}
	.supplier-container .supplier-image {
		margin-bottom: 20px;
	}
	.supplier-container .supplier-info,
	.supplier-container .supplier-info h4{
		font-size: 18px;
		text-align: center;
	}
	.contact-right{
		margin-top: 60px;
		padding: 0;
	}
	.contact-right h3{
		font-size: 20px;
	}
	.contact-right .item {
		font-size: 14px;
	}
	.footer-container .inner-container{
		flex-direction: column;
	}
	.footer-container .logo {
		text-align: left;
	}
	.footer-container .inner-container .inner-row{
		margin-bottom: 15px;
	}
	.footer-container .inner-container .inner-row:last-child{
		margin: 0;
	}
	img.alignnone,
	img.alignleft,
	img.alignright,
	img.aligncenter{
		float: none!important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.supplier-item img{
		margin: 0 auto 20px;
	}
	.products-list{
		max-width: 300px;
	}
	.products-list .col-sm-4{
		margin-bottom: 30px;
	}
	.products-list .col-sm-4:last-child{
		margin-bottom: 0;
	}
	.products-list .main-button,
	.products-list .button{
		font-size: 14px;
	}
	.faq-item:last-child {
		margin-bottom: 40px;
	}
	.col-md-6:last-child .faq-item:last-child {
		margin-bottom: 0px;
	}
	.products-section .col-sm-4:last-child {
		margin-bottom: 0;
	}
	.inner-contact-container{
		padding-bottom: 10px;
	}
	.footer-container{
		padding-top: 30px;
	}
	.pre-supplier-inner,
	.footer-container > .container{
		padding-left: 25px;
		padding-right: 25px;
	}
	.footer-container .inner-row {
		font-size: 16px;
	}
	.header-right-top,
	.navbar-default{
		display: inline-block;
		vertical-align: middle;
	}
	.owl-theme .owl-nav {
		top: 42%;
	}
	.shop-container {
		display: block;
	}
	.shop-top-section {
		margin-left: 0;
	}
	.archive.woocommerce ul.products li.product {
		flex-basis: 48%;
		margin-bottom: 30px;
		margin-left: 0;
	}
	.archive #main .container .products {
		justify-content: space-between;
	}
	.archive .shop-content-section {
		margin-left: 0;
	}
	.single.woocommerce div.product {
		display: block;
	}
	.attributes-list li a {
		padding: 10px;
	}
	.related-products {
		display: none;
	}
	.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead,
	.woocommerce-page table.cart .product-thumbnail {
		display: none;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		display: block;
		text-align: right!important;
		border-bottom: 1px solid #e8e8e8;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left;
		color: #6f6f79;
	}
	.woocommerce table.shop_table_responsive tr td.product-quantity::before,
	.woocommerce-page table.shop_table_responsive tr td.product-quantity::before{
		margin-top: 10px;
	}
	.woocommerce table.shop_table td {
		border: none;
		padding: 9px 0;
	}
	.woocommerce table.shop_table th.product-price, .woocommerce table.shop_table td.product-price {
		width: 100%;
	}
	.product-quantity .quantity .input-text.qty.text {
		margin-right: 0;
	}
	.woocommerce a.remove{
		display: inline-block;
		padding: 5px 10px;
		border: 2px solid;
		width: auto;
		border-radius: 0;
		margin-left: 15px;
		margin-top: 0;
	}
	#address_book_field .woocommerce-input-wrapper label{
		display: block;
		margin: 15px 0;
		flex-basis: 100%;
		box-sizing: border-box;
	}
	.woocommerce .woocommerce-additional-fields .form-row .input-text,
	.woocommerce form .form-row-first, .woocommerce-page form .form-row-first,
	.woocommerce form .form-row-last, .woocommerce-page form .form-row-last,
	.cancel-address {
		width: 100%;
	}
	.form-row.form-row-wide, .form-row.form-row-first, .form-row.form-row-last {
		width: 100%;
	}
	.account-product-list td.product-quantity {
		font-size: 18px;
    	color: #6f6f79;
    	font-family: 'GothamBook';
	}
	.account-product-list td.product-quantity:before{
		margin-top: 0 !important;
	}
	.wc-address-book-address{
		flex-basis: 33%;
		padding-bottom: 30px;
	}
	.wc-address-book-address label{
		display: block;
	}
	.woocommerce form.register, .woocommerce-form.woocommerce-form-login.login {
		width: 100%;
	}
	.custom-order-container {
		display: block;
	}
	.woocommerce-orders-table__cell-order-actions{
		margin-top: 15px;
	}
	.mobile-content{
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	.main-menu ul li a:hover::before{
		display: none;
	}
	.main-menu ul li:hover > .sub-menu {
		display: none;
	}
	ul.header-icons li a {
		width: 27px;
	}
	.navbar.button-navigation {
		padding-top: 0;
	}
	.woocommerce-cart-form__cart-item.cart_item,
	.account-product-list:not(:last-child){
		border-bottom: 3px solid #00713d;
	}
	.account-product-list .product-subtotal {
		padding-top: 55px !important;
	}
}
@media (max-width: 576px) {
	ul.header-icons li.search input[type="text"]{
		min-width: 200px;
	}
	.logo img{
		max-width: 100%;
	}
	.woocommerce .woocommerce-result-count{
		margin-bottom: 20px;
	}
	.single_variation_wrap{
		align-items: flex-start;
	}
	.wc-address-book-address {
		flex-basis: 100%;
	}
}
@media (min-width: 768px){
	.main-menu ul li a{
		font-size: 14px;
		padding: 8px 15px;
	}
	.main-menu ul li.menu-item-has-children > a > i {
		position: absolute;
		right: 0;
		height: 100%;
		top: 0;
		width: 40px;
		background: url(images/right-arrow.png) no-repeat;
		background-position: center;
		transform: rotateZ(90deg);
	}
	.main-menu ul li .sub-menu {
		position: relative;
		padding: 0;
		border: none;
	}
	.main-menu ul li .sub-menu li:last-child {
		border: none;
	}
	.mobile-content{
		padding-bottom: 10px;
	}
	.tax-product_cat #main .container .products{
		margin-bottom: 0;
	}
	/* .woocommerce ul.products li.product .woocommerce-loop-product__title {
		word-break: break-all;
	} */
	.woocommerce nav.woocommerce-pagination ul {
		padding-top: 10px;
		padding-bottom: 40px;
	}
	#sidebar {
		margin-bottom: 40px;
	}
	.shop-content-section {
		order: 0;
	}
	.copyrights {
		padding: 20px 15px 0;
	}
	.footer-container .inner-container{
		flex-wrap: wrap;
	}
	.footer-container .inner-container .logo,.footer-container .inner-container .inner-row,.footer-container .inner-container .map  {
		flex-basis: 46%;
		padding-bottom: 30px;
	}
	.woocommerce.columns-2 ul.products li.product a span {
		padding: 10px 8px;
	}
	.navbar.header-inner{
		padding:0;
	}
	.main-menu ul li {
		border-bottom: 1px solid #58585a;
	}
	.main-menu ul li a{
		display: block;
	}
	.main-menu{
		position: absolute;
		width: 100%;
		left: 0;
		background-color: #fff;
		z-index: 10;
		top: 3px;
		margin-top: 0;
	}
	/* .logo{
		text-align: center;
		margin-bottom: 15px;
	} */
	.footer-container{
		line-height: 20px;
	}
	.footer-container .logo{
		text-align: left;
	}
	.footer-container .logo img{
		max-width: 210px;
	}
	.logo img{
		display: inline-block;
		max-width: 155px;
	}
	.header-right{
		text-align: center;
	}
	.main-menu ul li {
		margin: 0;
	}
	.main-menu ul li a{
		font-size: 14px;
		padding: 8px 15px;
	}
	.faq-item:last-child {
		margin-bottom: 40px;
	}
	.col-md-6:last-child .faq-item:last-child {
		margin-bottom: 0px;
	}
	.products-section, .supplier-section, .inner-contact-container, .suppliers-page-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.main-menu ul{
		text-align: left;
		border-right: 1px solid #58585a;
		border-left: 1px solid #58585a;
	}
	.space-medium{
		padding: 0 15px;
	}
	.main-menu ul li {
		display: block;
	}
	.top-header ul li{
		padding-left: 10px;
		padding-right: 10px;
	}
	ul.header-icons {
		margin-right: 15px;
	}
	ul.header-icons li.search {
		margin-right: 10px;
	}
	ul.header-icons li:not(:last-child) a {
		margin-right: 20px;
	}
	.shop-container {
		display: block;
	}
	.archive .shop-content-section {
		margin-left: 0;
	}
	.shop-top-section {
		margin-left: 0;
	}
	.archive.woocommerce ul.products li.product {
		flex-basis: 48%;
		margin-bottom: 30px;
		margin-left: 0;
	}
	.archive #main .container .products {
		justify-content: space-between;
	}
	.single.woocommerce div.product {
		display: block;
	}
	.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead,
	.woocommerce-page table.cart .product-thumbnail {
		display: none;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		display: block;
		text-align: right!important;
		border-bottom: 1px solid #e8e8e8;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left;
		color: #6f6f79;
	}
	.woocommerce table.shop_table_responsive tr td.product-quantity::before,
	.woocommerce-page table.shop_table_responsive tr td.product-quantity::before{
		margin-top: 10px;
	}
	.woocommerce table.shop_table td {
		border: none;
		padding: 9px 0;
	}
	.woocommerce table.shop_table th.product-price, .woocommerce table.shop_table td.product-price {
		width: 100%;
	}
	.product-quantity .quantity .input-text.qty.text {
		margin-right: 0;
	}
	.woocommerce a.remove{
		display: inline-block;
		padding: 5px 10px;
		border: 2px solid;
		width: auto;
		border-radius: 0;
		margin-left: 15px;
		margin-top: 0;
	}
	#address_book_field .woocommerce-input-wrapper label{
		display: block;
		margin: 15px 0;
		flex-basis: 33%;
		box-sizing: border-box;
	}
	.woocommerce .woocommerce-additional-fields .form-row .input-text,
	.woocommerce form .form-row-first, .woocommerce-page form .form-row-first,
	.woocommerce form .form-row-last, .woocommerce-page form .form-row-last,
	.cancel-address {
		width: 100%;
	}
	.form-row.form-row-wide, .form-row.form-row-first, .form-row.form-row-last {
		width: 100%;
	}
	#e_deliverydate_field{
		width: 50%;		
	}
	.account-product-list td.product-quantity {
		font-size: 18px;
    	color: #6f6f79;
    	font-family: 'GothamBook';
	}
	.account-product-list td.product-quantity:before{
		margin-top: 0 !important;
	}
	.wc-address-book-address{
		flex-basis: 33%;
		padding-bottom: 30px;
	}
	.wc-address-book-address label{
		display: block;
	}
	.woocommerce form.register, .woocommerce-form.woocommerce-form-login.login {
		width: 100%;
	}
	.main-menu ul li a:hover::before {
		display: none;
	}
	.main-menu ul li:hover > .sub-menu {
		display: none;
	}
	.woocommerce-cart-form__cart-item.cart_item,
	.account-product-list:not(:last-child){
		border-bottom: 3px solid #00713d;
	}
	.account-product-list .product-subtotal {
		padding-top: 55px !important;
	}
}
@media (min-width: 992px){
	.main-menu ul li .sub-menu {
		position: absolute;
		padding: 10px 0;
	}
	.main-menu ul li.menu-item-has-children > a > i {
		display: none;
	}
	.tax-product_cat #main .container .products{
		margin-bottom: 0;
	}
	.woocommerce nav.woocommerce-pagination ul {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	#sidebar {
		margin-bottom: 0;
	}
	.shop-content-section {
		order: 1;
	}
	body .berocket_aapf_widget li.slider span.right input{
		padding-right: 0;
	}
	body .berocket_aapf_widget li.slider span.left input{
		padding: 4px 2px 4px 9px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		word-break: break-all;
	}
	.copyrights {
		padding: 50px 15px 0;
	}
	.footer-container .inner-container{
		flex-wrap: nowrap;
	}
	.footer-container .inner-container .inner-row {
		flex-basis: 20%;
		padding: 0;
	}
	.footer-container .inner-container .map {
		flex-basis: 26%;
		padding: 0;
	}
	.footer-container .inner-container .logo {
		flex-basis: 18%;
		padding: 0;
	}
	.woocommerce.columns-2 ul.products li.product a span {
		padding: 10px 30px;
	}
	.navbar.header-inner{
		padding: 0.5rem 0 0;
	}
	.main-menu ul li {
		border-bottom: none;
	}
	.main-menu ul li a{
		display: inline-block;
	}
	.main-menu{
		position: relative;
		width: 100%;
		left: 0;
		background-color: transparent;
		top: 0;
		z-index: 5;
	}
	.main-menu ul li {
		display: inline-block;
	}
	.space-medium{
		padding: 0;
	}
	.faq-item:last-child {
		margin-bottom: 0;
	}
	.logo{
		text-align: left;
		margin-top: 7px;
		margin-bottom: 0;
	}
	.header-right{
		text-align: right;
	}
	.main-menu ul{
		text-align: right;
		border-right:none;
		border-left: none;
	}
	.main-menu ul li a{
		font-size: 15px;
		padding: 10px 7px 20px;
	}
	.archive.woocommerce ul.products li.product {
		flex-basis: 155px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		padding: 15px 20px;
	}
	.woocommerce ul.products li.product .price{
		padding-left: 20px;
		padding-right: 20px;
	}
	.woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
		flex-basis: 52%;
	}
	.attributes-list li a {
		font-size: 14px;
		padding: 10px;
	}
	.woocommerce table.shop_table th.product-size {
		width: auto;
	}
	.woocommerce table.shop_table th.product-price, .woocommerce table.shop_table td.product-price {
		width: auto;
	}
	.top-header ul li{
		padding-left: 20px;
		padding-right: 20px;
	}
	ul.header-icons li {
		padding-right: 0;
		padding-left: 0;
	}
	ul.header-icons {
		margin-right: 35px;
	}
	ul.header-icons li.search {
		margin-right: 40px;
	}
	ul.header-icons li:not(:last-child) a {
		margin-right: 40px;
	}
	.shop-container {
		display: flex;
	}
	.archive .shop-content-section {
		margin-left: 15px;
	}
	.shop-top-section {
		margin-left: 21px;
	}
	.archive.woocommerce ul.products li.product {
		flex-basis: 200px;
		margin-bottom: 30px;
		margin-left: 21px;
	}
	.archive #main .container .products {
		justify-content: flex-start;
	}
	.single.woocommerce div.product {
		display: flex;
	}
	.woocommerce-page table.cart .product-thumbnail {
		display: block;
	}
	.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead{
		display: table-header-group;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		display: table-cell;
		text-align: left!important;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		display: none;
	}
	.woocommerce table.shop_table td {
		border: none;
		padding: 9px 30px;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
		border-bottom: none;
	}
	.product-quantity .quantity .input-text.qty.text {
		margin-right: 15px;
	}
	.woocommerce a.remove{
		display: block;
		margin-left: 0;
		border: none;
		padding: 0;
		margin-top: 10px;	
	}
	#address_book_field .woocommerce-input-wrapper label{
		margin-bottom: 2px;
		margin-top: 6px;
		flex-basis: 25%;
		box-sizing: border-box;
	}
	.woocommerce .woocommerce-additional-fields .form-row .input-text,
	.woocommerce form .form-row-first, .woocommerce-page form .form-row-first,
	.woocommerce form .form-row-last, .woocommerce-page form .form-row-last,
	.cancel-address {
		width: 50%;
	}
	.form-row.form-row-wide, .form-row.form-row-first, .form-row.form-row-last {
		width: 50%;
	}
	.wc-address-book-address{
		flex-basis: 25%;
		padding-bottom: 0;
	}
	.wc-address-book-address label{
		display: block;
	}
	.woocommerce form.register, .woocommerce-form.woocommerce-form-login.login {
		width: 500px;
	}
	.main-menu ul li a:hover::before {
		display: block;
	}
	.main-menu ul li:hover > .sub-menu {
		display: block;
	}
	.woocommerce-cart-form__cart-item.cart_item,
	.account-product-list:not(:last-child){
		border-bottom: 1px solid #e8e8e8;
	}
	.account-product-list .product-subtotal {
		padding-top: 55px !important;
	}
}
@media (min-width: 1200px){
	body .berocket_aapf_widget li.slider span.right input{
		padding-right: 9px;
	}
	body .berocket_aapf_widget li.slider span.left input{
		padding: 4px 9px 4px 9px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		word-break: normal;
	}
	.logo{
		margin-top: 0;
	}
	.main-menu {
		margin-top: 13px;
	}
	.archive.woocommerce ul.products li.product {
		flex-basis: 200px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		padding: 15px 24px;
	}
	.woocommerce ul.products li.product .price{
		padding-left: 24px;
		padding-right: 24px;
	}
	.woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
		flex-basis: 55%;
	}
	.attributes-list li a {
		font-size: 15px;
		padding: 10px 15px;
	}
	.woocommerce table.shop_table th.product-price, .woocommerce table.shop_table td.product-price {
		width: 150px;
	}
	.woocommerce table.shop_table th.product-size {
		width: 150px;
	}
}

/* Blog page support css */
.post-tag {
	overflow: hidden;
	clear:both;
	width:100%;
	display: block;
	text-align: center;
	margin-bottom: 0;
	margin-top: 50px;
}

.post-tag a {
	display: inline-block;
	margin-bottom:5px;
}

.widget_categories ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget_categories ul li {
	list-style-type: none;
    display: block;
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
}
.post-tag a,
.widget_categories ul li a {
    font-weight: bold;
    letter-spacing: 0.05em;
    display: inline-block;
    padding: 10px 15px;
    background: #333333;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 14px;
}
.post-tag a:hover,
.post-tag a:focus,
.widget_categories ul li a:hover,
.widget_categories ul li a:focus {
	background: #1c1c1c;
}

h2.post-title {
	text-align: center;
	margin-bottom: 5px;
}
h2.post-title a:hover,
h2.post-title a:focus,
h2.post-title a {
	color: #212529;
}

#secondary.widget-area,
#primary.site-main {
	padding-top: 60px;
	padding-bottom: 60px;
}

.post-meta {
	text-align: center;
	margin-bottom: 40px;
}


.post-item {
	padding-bottom: 60px;
	padding-top: 50px;
	border-bottom:2px solid #ccc;
}

@media only screen and (min-width: 768px) {
	.post-item {
		padding-right: 25px;
	}
}

#primary > .post-item:first-child {
	padding-top: 0;
}

#primary > .post-item:last-child {
	padding-bottom: 0;
	border-bottom:0;
}

.post-author,
.post-time {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 14px;
}

h2.widgettitle {
	margin-bottom: 25px;
}

.sidebar-widget {
	margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
	#primary.site-main {
		border-bottom: 2px solid #ccc;
	}
}

/* .post-item a.more-link {
    display: inline-block;
    border: none;
    color: #fff;
    background: #57904b;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
} */
.post-item .post-content h1,
.post-item .post-content h2,
.post-item .post-content h3,
.post-item .post-content h4,
.post-item .post-content h5,
.post-item .post-content h6{
    margin-bottom: 15px;
    color: #57904b;
    font-weight: 600;
}
.post-item .post-content a{
	color:#00713d ;
}
.post-item .post-content a:hover{
	color: #57904b;
}
.post-item a.more-link {
    font-size: 14px;
    font-family: 'GothamMedium';
    color: #58585a;
    padding: 10px 15px;
    background-color: #fff;
    border: 2px solid #58585a;
    border-radius: 0;
    margin-top: 30px;
    display: inline-block;
	transition: 0.3s all;
}
.post-item a.more-link:hover{
	background-color: #57904b;
	border-color: #57904b;
	color: #fff;
}
.post-item ul {
    padding-left: 20px;
}

.posts-navigation,
.post-navigation {
    margin-bottom: 50px;
    padding-top: 50px;
    border-top: 2px solid #ccc;
}

.posts-navigation .nav-links ,
.post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.posts-navigation a ,
.post-navigation a {
    margin-top: 0;
    font-size: 16px;
    line-height: 19px;
    color: #57904b;
}

.posts-navigation .nav-next ,
.post-navigation .nav-next {
    margin-right: auto;
}

