/*
Theme Name: Farmart Child
Theme URI: https://demo4.drfuri.com/farmart/
Author: DrFuri
Author URI: http://drfuri.com
Description: Farmart Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: farmart
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: farmart
*/
.woocommerce .fm-rating {
    display: inline-flex;
}
.woocommerce .fm-rating .star-rating {
    font-size: 22px;
}
.woocommerce-checkout form.checkout .woocommerce-billing-fields {
  padding-bottom: 12px;
  padding: 15px;
}
.backtotop.show {
    opacity: 1;
    z-index: 999;
	background-color: #a8b324;
}
.backtotop.show:hover{
	color: #fff;
}
a.woocommerce-review-link{
	display: none;
}
.cart-panel .box-cart-wrapper .widget_shopping_cart_content {
	height: 90%;
  /*border: none;  
  display: flex;
  flex-direction: column;
  justify-content: space-between;*/
}
.cart-panel .box-cart-wrapper .widget_shopping_cart_content{
	height: 95%;
}
/** Sale Price after price  */
ul.products li.product .price {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
@media (max-width: 680px) {
  #post-12.hentry{
    padding: 15px;
  }
	.widget_shopping_cart_content {
		height: 95%; /* .cart-panel .box-cart-wrapper .widget_shopping_cart_content
		border: none;
		display: flex;
		flex-direction: column;
		justify-content: space-between; */
}
}
