/*
Theme Name: Trearth
Theme URI: http://trearth.com.sg/
Author: Vodjo
Author URI: https://www.vodjo.com
Version: 1.0
Template: tm-robin
*/

.woocommerce-page .site-content {
	/*margin-bottom: 30px;*/
}

.home .wpb_content_element,
.home .entry-content,
.home.woocommerce-page .site-content {
	margin-bottom: 0px;
}

.post-type-archive-product.woocommerce-page .site-content,
.tax-product_brand.woocommerce-page .site-content {
	margin-bottom: 0px;
}

.site-logo img.logo-desktop {
	height: 80px;
}

.site-logo img.logo-mobile {
	height: 60px;
}

.site-footer {
	padding-top: 75px;
}

.site-footer .widget-title:after {
	background-color: #9F6F15;
}

.site-footer .site-copyright {
	padding-top: 15px;
	padding-bottom: 15px;
}

.site-footer.site-footer--custom .site-copyright {
	background-color: #ffffff;
	color: #111111;
}

.site-footer.site-footer--custom .site-copyright a:visited, 
.site-footer.site-footer--custom .site-copyright a:hover,
.site-footer.site-footer--custom .site-copyright a:active {
	color: #111111;
}

.site-footer.site-footer--custom .site-copyright a:hover {
	text-decoration: underline;
}

.site-footer > .container {
	padding-bottom: 35px;
}

.site-footer .widget_nav_menu ul > li + li {
	border-top: unset;
}

.tm-robin-product-categories.categories-item-black-overlay .category-grid-item .product-category-content {
	left: 0;
	/*top: 35%;*/
}

.tm-robin-product-categories.categories-item-black-overlay .category-grid-item .product-category-thumbnail:after {
	background-color: rgba(255, 255, 255, 0.6);
}

.tm-robin-product-categories.categories-item-black-overlay .category-grid-item h2 {
	color: #111111;
	text-transform: uppercase;
}

.tm-robin-product-categories.categories-item-black-overlay .category-grid-item h2:after {
	background-color: #9F6F15;
}

.vc_custom_heading.style-robin > span:after {
	background-color: #9F6F15;
}

.widget-title:after {
    background-color: #9F6F15;
}

/* Hide Add Cart Button */
.product-buttons {
	display: block !important;
}



div.wpcf7-response-output {
    margin: 1em 0em 1em;
}

span.wpcf7-not-valid-tip {
    padding-bottom: 10px;
    margin-top: -20px;
}

.home .hide-home {
	display: none !important;
}

.category .no-results.not-found .page-title {
	display: none;
}

.pb50 {
	padding-bottom: 50px;
}

.page-title {
	display: none;
}

.brand-header {
	margin-top: 40px;
	margin-bottom: 40px;
}

.brand-header h1 {
	margin-top: 10px;
	margin-bottom: 10px;	
}

.brand-header .row {
	text-align: center;
}

.brand-header .img-brand {
	height: 100px;
}

.woocommerce-Price-amount.amount {
    color: #111111;
}

.woocommerce-demo-store .demo_store {
   	background-color: #9F6F15;
	margin-bottom: 0;
	padding: 15px;
	color: white;
}

.woocommerce-demo-store .demo_store a {
	color: white;
	text-decoration: underline;
}

.woocommerce-store-notice__dismiss-link {
	float: right;
}

a.woocommerce-store-notice__dismiss-link {
	text-decoration: none !important;
}

.vc_tta-container .vc_tta-panel-body p {
	padding-left: 20px;
	padding-right: 20px;
}

.vc_tta-container .vc_tta-panel-body p a {
	color: #9F6F15;
}

.vc_tta-container .vc_tta-panel-body p a:hover {
	text-decoration: underline;
	color: inherit;
}

.wpcf7 input[type=tel] {
	margin-bottom: 30px;
}

.site-header .header-minicart > a.toggle > span {
	background-color: #9f6f15;
}

@media (min-width: 768px) {
    .error404 .col-404 {
    	 margin-top: unset; 
	}
}

.product-loop .product-buttons {
	bottom: 0px !important;
}

ul#shipping_method {
    /*display: -webkit-inline-box;*/
}
ul#shipping_method li {
    padding-left: 5px;
}
.woocommerce table.shop_table th:first-of-type {
    display: -webkit-box;
}

.woocommerce-shipping-methods p.shipping-method-description{
	/*width: 200px;*/
	/*padding-bottom: 30px;*/
	font-size: 12px;
}

.woocommerce-shipping-methods label {
	margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
	.product-loop .product-buttons {
		bottom: -18px !important;
	}
	.product-loop .product-buttons {
		padding: 0 30px;
	}
 	.product-loop .product-buttons.product-buttons--dark>div a {
    	margin-top: -10px;
  	}
	ul#shipping_method {
		display: inline-block;
	}
}