/*
 Theme Name:   Hepta Child
 Theme URI:    http://keenitsolutions.com/products/wordpress/hepta/
 Description:  Hepta Child
 Author:       RS Theme
 Author URI:   http://rstheme.com
 Template:     hepta
 Version:      2.9
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
 
 /* pages */
 .rs-breadcrumbs .breadcrumbs-inner span:hover a span {
  color: #FFFFFF !important;
}
 
 /* product page */
div.woocommerce-product-gallery ol li img.flex-active {
  border: 2px solid #058143;
}
div.woocommerce-product-gallery ol li img {
  border: 2px solid #cccccc;
}
.woocommerce .quantity .qty {
  width: 150px !important;
}
 /* product page end */
 
  /* cart page / quote-list page */
div.woocommerce form.woocommerce-cart-form table.shop_table th.product-price {
	display: none
}
div.woocommerce form.woocommerce-cart-form table.shop_table tr td.product-price {
	display: none
}
div.woocommerce form.woocommerce-cart-form table.shop_table th.product-subtotal {
	display: none
}
div.woocommerce form.woocommerce-cart-form table.shop_table tr td.product-subtotal {
	display: none
}

div.woocommerce div.cart-collaterals div.cart_totals {
	padding-top: 0px !important;
}
div.woocommerce div.cart-collaterals div.cart_totals h2 {
	display: none
}
div.woocommerce div.cart-collaterals div.cart_totals table.shop_table {
	display: none
}
  /* cart page / quote-list page end */
  
  /* checkout page */
div.woocommerce form.woocommerce-checkout table.shop_table th.product-total {
	display: none
}
div.woocommerce form.woocommerce-checkout table.shop_table tr td.product-total {
	display: none
}
div.woocommerce form.woocommerce-checkout table.shop_table tfoot {
	display: none
}

body.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  opacity: 1 !important;
}

   /* checkout end  */
   
 /* success order page */
div.woocommerce div.woocommerce-order p.woocommerce-notice--success {
	font-weight: 500;
	margin-bottom: 30px;
	font-size: 20px;
}

div.woocommerce div.woocommerce-order ul.woocommerce-order-overview li.woocommerce-order-overview__total {
	display: none;
}

.woocommerce ul.order_details {
  margin-bottom: 2em !important;
}

div.woocommerce div.woocommerce-order section.woocommerce-order-details table.woocommerce-table--order-details th.product-total {
	display: none
}
div.woocommerce div.woocommerce-order section.woocommerce-order-details table.woocommerce-table--order-details tr td.product-total {
	display: none
}
div.woocommerce div.woocommerce-order section.woocommerce-order-details table.woocommerce-table--order-details tfoot {
	display: none
}
 /* success order page end */
 
 /* sticky cart for mobile */
 div.chem-qoute-sticky-mobile {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #c18f25;
	text-align: center;
	z-index: 99;
	padding: 12px 0px;
	display: none
}
@media only screen and (max-width: 991px) {
	div.chem-qoute-sticky-mobile {
		display: block;
	}
	#scrollUp {
		bottom: 65px !important;
	}
}
div.chem-qoute-sticky-mobile a {
	color: #ffffff
}
 /* sticky cart for mobile end */