
/*------------- Product Page -----------*/

.woocommerce .woocommerce-ordering, 
.woocommerce .woocommerce-result-count {
	margin-bottom: 50px;
}
.woocommerce ul.products li.product h3 {
	font-weight: 500;
}
.woocommerce span.onsale {
	background-color: #3f56b4;
}
.woocommerce ul.products li.product .price {
	color: #3f56b4;
}
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce #respond input#submit,
 .woocommerce input.button,
.woocommerce a.button.alt,
 .woocommerce input.button.alt {
	background-color: #3f56b4;
	color: #fff;
}
.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce #respond input#submit:hover,
 .woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
 .woocommerce input.button.alt:hover {
	background-color: #3f56b4;
	color: #ffaf36;
}
.woocommerce .star-rating span {
	color: rgba(85, 84, 84, 0.78);
}
.woocommerce ul.products li.product .price {
	font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #ffaf36;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul {
	border-color: #ffaf36;
}
.woocommerce ul.product_list_widget li img {
	width: 65px;
}
.woocommerce ul.product_list_widget li .woocommerce-Price-amount {
	color: #3f56b4;
}
.woocommerce-product-search .search-field {
	height: auto;
    border: none;
    border-radius: 0;
    font-size: 16px;
    box-shadow: none;
    padding: 6px 15px;
	border: 1px solid #eeeeee !important;
	outline: none;
}
.woocommerce-product-search input[type='submit'] {
	border-color: #eeeeee;
	outline: none;
	box-shadow: none;
	background: #eeeeee;
	color: #1c1c1c;
	padding: 5px 10px;
}

/*------------- Single Product Page -----------*/

.woocommerce div.product .product_title {
	font-weight: 400;
	margin-bottom: 10px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #3f56b4;
}
.woocommerce-page div.product div.summary div[itemprop="description"] p {
	margin: 20px 0;
}
.woocommerce div.product .woocommerce-tabs .panel p {
	padding-bottom: 20px;
	margin-top: 20px;
}
.related.products h2 {
	margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs .panel .comment-form-rating {
	padding-bottom: 0;
}
.woocommerce #review_form #respond p {
	padding-bottom: 0;
}
.woocommerce #review_form #respond textarea {
	outline: none;
	padding: 10px 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #ffaf36;
	border-color: #ffaf36;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #1c1c1c;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	border-color: #ffaf36;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	box-shadow: 2px 2px 0 #ffaf36;
}
.woocommerce-Reviews-title {
	margin-bottom: 20px;
}
.woocommerce-variation-price {
	margin-bottom: 20px;
}
table.variations .label label {
	color: #1c1c1c;
	font-size: 14px;
	display: inline-block;
	margin-top: 20px;
}

/*------------- Cart Page -----------*/

.woocommerce a.remove {
	color: #3f56b4 !important;
}
.woocommerce a.remove:hover {
	background: #3f56b4
}
.woocommerce-cart table.cart input {
	outline: none;
}
.woocommerce-cart table.cart th {
	color: #3f56b4;
}
.woocommerce-cart table.cart img {
	width: 120px;
}
.woocommerce-cart table.cart .product-thumbnail {
	max-width: 56px;
}
.woocommerce-message,
.woocommerce-error {
	border-top-color: #ffaf36;
}
.woocommerce-message:before,
.woocommerce-error:before {
	color: #ffaf36;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 200px;
	border-color: #3f56b4;
}
.cart_totals.calculated_shipping h2 {
	margin-bottom: 20px;
}
.woocommerce .cart-collaterals .cross-sells h2, 
.woocommerce-page .cart-collaterals .cross-sells h2 {
	margin-bottom: 20px;
}
.cart-collaterals {
	margin-top: 50px;
}
#order_review_heading {
	margin-top: 50px;
	margin-bottom: 20px;
}
.woocommerce form .form-row input.input-text,
.select2-container .select2-choice>.select2-chosen {
	padding: 8px 15px;
}
.woocommerce form .form-row textarea {
	height: 200px;
} 

