.site-logo #logo {
    text-align: left;
}
.site-logo {
    background-color:#10add1;
}
a.top-widgets-area-switch {
    background-color: #bed900;
}
.top-search-wrapper {
    background: none repeat scroll 0 0 #aad6e7;
}
.top-search-wrapper .text-field, .top-search-wrapper .text-field:focus {
    color: #000000;
}
.woo ul.products li.product-item .item-head h3.title a:hover {
	text-decoration: none;
}
.widget {
    margin-bottom: 40px;
}
.entry-content a:hover {
    color: #464646;
}
.the-blog-list li.post-item .more-link {
    background: none repeat scroll 0 0 white;
    margin-top: 30px;
	border: 1px solid;
}



/****************************************************************************** CUSTOM FORGE ONLNE CSS */

#secondary .woocommerce-product-search {
	height: 37px;
	border: 1px solid #ccc;
	padding-left: 10px;
}

#secondary .woocommerce-product-search input[type=search] {
   	-moz-appearance:none;
   	-webkit-appearance:none;
   	line-height: 37px;
    width: 70%;
    border: none;
    padding: 0;
}

#secondary .woocommerce-product-search input[type=submit] {
	float: right;
	width: 30%;
	margin: 0;
}

#page .purchase-summary dt {
	display: block;
}

#page .purchase-summary dd ul {
	border: none;
}

#page .purchase-summary .cart-subtotal {
	margin-top: 10px;
}

.woocommerce-cart #page .cart-collaterals { display: none; }

.woocommerce-cart .woocommerce-cart-table .cart_totals li.cart-totals {
    display: none;
}

.woo ul.products li.first{ clear: none}


.woo .quantity .screen-reader-text { display:none;}
.woo.single-product .quantity {
margin-right:10px;
}
.woo.single-product .entry-summary .summary-content form.cart button[type="submit"] {
position:relative; top:-12px;
}

@media screen and (min-width:768px){

 body.woo .related-products ul.products li.product-item {
height:310px;
}
body.woo ul.products li:nth-child(3n+1) {
clear: left;
}
body.woo .the-carousel-list ul.products li:nth-child(3n+1) {
clear:none;
}
}
