/* =========================================================
   customized WooCommerce-CSS
========================================================= */

.woocommerce a.button {
	background-color: #5a8f1f !important;
	border: none !important;
	color: #ffffff !important;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce button.button.alt:hover {
	 background-color: #2e5e0f !important;
	 border: none !important;
	 color: #ffffff !important;
}
.woocommerce form.login {
	width: 50%;
}
.woocommerce .quantity .qty {
	display: none !important;
}
.woocommerce-ordering select {
	display: none !important;
}
.woocommerce-billing-fields,
.wc_payment_methods {
	margin-bottom: 55px !important;
}
.woocommerce-Price-amount {
	color: #2e5e0f !important;
}
.woocommerce-product-gallery__image {
	pointer-events: none !important;
}
.woocommerce img, .woocommerce-page img {
	padding-left: 7px;
	padding-right: 7px;
}
/* .pricing__sentense, */
.woocommerce-Price-amount {
	font-family: Verdana !important;
}
.woocommerce-MyAccount-navigation-link a {
	text-decoration: none;
}
a.woocommerce-button.button.view {
	margin-right: 2px !important;
	margin-bottom: 2px !important;
}
.wcsts_button,
.woocommerce-Button,
.woocommerce-form-login__submit {
	border: none !important;
}
#wcsts_new_ticket_subject {
	width: 100% !important;
	background: white !important;
}
ul.product_list_widget li img,
.product_list_widget .wc-gzd-additional-info {
	display: none;
}

@media (max-width: 799px) {
	.woocommerce form.login {
		width: 100%;
	}
}