/*
 Theme Name: Spring Plant Child Theme
 Theme URI: http://themes.g5plus.net/spring/
 Description: Spring Plant Child Theme
 Author: G5plus
 Author URI: http://g5plus.net
 Template: spring-plant
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: spring-plant
*/
/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/

.gf-shop-category.gf-shop-category-style-02 .gf-shop-category-inner{
	padding: 10px 15px;
	background: rgba(255,255,255,0.8);
	transition: 0.3s all;
}
.gf-shop-category.gf-shop-category-style-02:hover .gf-shop-category-inner{
	background: rgba(255,255,255,0);
}
.gf-shop-category .gf-shop-category-content h5{
	letter-spacing: 1px !important;
	font-weight: 600 !important;
}
.gf-shop-category .gf-shop-category-bg{
	background-color: rgba(66, 79, 88, 0.5);
	background-blend-mode: overlay;
}
@media(min-width: 1400px){
	.container{
		max-width: 1320px !important;
	}
	.header-full-width > .container{
		max-width: 100% !important;
	}
}
.layout-grid .product-skin-03 .product-info{
	padding-top: 15px;
}
.gsf-info-box.icon-classic .ib-shape {
  margin-bottom: 10px !important;
}
.gsf-info-box .info-box-title + .info-box-des {
  margin-top: 8px !important;
  margin-bottom: 0;
}
.btn.btn-accent, .layout-grid .product-skin-03 .product-action-item a{
	background-color: #424f58 !important;
	border-color: #424f58 !important;
	border-radius: 0 !important;
	color: #fff !important
}
.home .gsf-product_tabs .gsf-pretty-tabs{
	margin-bottom: 30px !important;
}
.gsf-product_tabs .gsf-pretty-tabs li a{
	font-size: 14px !important;
	font-weight: 600 !important;
}

.gf-heading .heading-title, .gf-shop-category .gf-shop-category-content .cate-count{
	font-weight: 500 !important;
	font-style: normal !important;
}

.product-item-name, .product-item-wrap.product .product-info .price > span:not(del), .product-item-wrap.product .product-info .price ins{
	font-weight: 500 !important;
}

.layout-grid .product-skin-03 .product-item-name{
	font-size: 16px !important;
}

.gsf-product_tabs .gsf-pretty-tabs li + li{
	margin-left: 15px !important;
}

/*.entry-thumbnail-overlay::after {
  content: "";
  display: block !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(134, 134, 134, 0.2);
  z-index: 9999;
  opacity: 1;
}*/

.left-title .widget-title{
	margin-bottom: 20px !important;
}
footer p, footer .wpb_content_element{
	margin-bottom: 10px;
}
.widget_archive li, .widget_categories li, .widget_nav_menu li, .widget_pages li{
	padding-bottom: 10px;
}
.entry-thumbnail-overlay, .gf-shop-category .gf-shop-category-bg{
	background-color: rgba(134, 134, 134, 0.2);
}
.entry-thumbnail-overlay img{
	mix-blend-mode: multiply;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce div.product form.cart .button{
	border-radius: 0;
}

.shopping-cart-list span.amount{
	display: inline;
}
.shopping-cart-list p.total .amount{
	float: none;
}

.woocommerce form.checkout textarea {
  height: 140px;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message{
	line-height: initial;
}

.woocommerce-checkout .woocommerce-billing-fields input{
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #f6f7fb;
	border: 1px solid #f6f7fb;
	height: 45px;
	line-height: 45px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.woocommerce table.shop_table tbody td, .woocommerce table.shop_table tbody th{
	padding: 9px 0px;
}
@media(max-width: 768px){
	.single-product-controls{
		display: none !important;
	}
	h1, .summary-product .product_title{
		font-size: 34px;
	}
	.woocommerce .related.products > h2{
		font-size: 30px;
	}
}