/*

Theme Name: Porto

Theme URI: http://www.newsmartwave.net/wordpress/porto

Author: SW-THEMES

Author URI: http://www.newsmartwave.net/

Description: Porto Responsive Wordpress + eCommerce Theme.

Version: 3.6

License: Commercial

License URI: http://themeforest.net/licenses/regular_extended

Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready

Text Domain: porto



*/



/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/*WOOCOMMERCE INFO*/
.woocommerce-info {
	font-size: 20px;
}

.woocommerce-info a {
	text-decoration: underline;
}

.cust_h {
	text-transform: none !important;
}

/*WOOCOMMERCE CHECKOUT WIZARD*/
 #wizard .steps {
 	margin-bottom: 30px;
 }

 #wizard .woocommerce-shipping-fields h3 {
 	margin-left: 20px;
 }

 #wizard #ship-to-different-address-checkbox {
 	margin-top: 10px;
 }


#wizard #order_review .shop_table {
	margin-bottom: 30px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
 .wizard > .steps .disabled a:active {
	color: #fff;
 	background: #0093d8;
 }

 .wizard > .steps .done a:hover,
 .wizard > .steps .done a:active {
 	background: #0088CC;
 }

.bypostauthor {}

.cart-actions {
	border-top: 1px solid #dedede;
	padding-top: 20px;
}

/*WOOCOMMERCE SINGLE PAGE READ MORE*/
.read_more_btn {
	text-align: center;
	margin: 20px 0;
}

.read_more_btn .btn {
	color: #fff;
  background: #00679b;
  padding: 15px 20px;
  font-size: 15px;
}

.product-summary-wrap .entry-summary { display: inline-block; }

/* WOOCOMMERCE CART UPSELL */
.sfn-cart-addons {}
.sfn-cart-addons ul {}
.sfn-cart-addons ul li {
	display: table;
    padding: 10px;
    width: 20%;
}

.sfn-cart-addons ul li .product-image { 
	width: 150px;
    margin: auto;
}