/*  
Theme Name: Nielsen Child
Theme URI: http://live.yithemes.com/nielsen/
Version: 1.4.4
Author: Your Inspiration Themes
Author URI: http://yithemes.com/
Description: Ecommerce Wordpress Theme
Text Domain: yit
Core Framework Version: 2.0.0
Tags: white, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, front-page-post-form, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Copyright: (c) 2012-2014 Your Inspiration Themes
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
template: nielsen
*/

/* If you need to edit Nielsen folder name, pay attention to change the name even in woocommerce/style.css file */

/* Below you can write your style */

#order_review .shop_table {
    width: 100%;
    color: #282828;
    border-collapse: separate;
}

#shipping_method li input {
    margin-left: 5px;
    float: left !important;
}


.my-custom-shipping-table {
    margin-top: 40px;
    background: #f8f8f8;
    border: 1px dotted #333;
    padding: 20px !important;
}
.gora_check {
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 10px;
  
    padding-top: 60px;
    padding-bottom: 60px;
	padding-right: 20px;
}

#shipping_method {
    padding-right: 15px;
}

#shipping_method li label {
    display: block;
    text-align: left !important;
	padding-left:10px;
}
input:not([type="submit"]):not([type="checkbox"]),
textarea,
select {
	border: 1px solid #ccc;
	font-size: 13px;
	outline: 0;
	padding: 0 15px;
	color: #878787;
 
	border-radius: 0;
	max-width: 100%;
}
input:not([type="submit"]):not([type="checkbox"]):focus,
textarea:focus {
	border-color: #222;
}
textarea {
	padding: 15px;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

#order_review {
    line-height: 1.6;
}

#review-order-wrapper {
	background-color:transparent !important;
}

#review-order-wrapper {
    border-width: 0px !important;
    border-style: none !important;
    padding: 10px 15px;
}
#order_review_heading {
    font-size: 16px !important;
    padding-bottom: 36px;
}
.naglowek_check {
    font-size: 16px !important;
    padding-bottom: 36px;
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: 700;
}
#order_review .shop_table {
    width: 100%;
    color: #282828;
    border-collapse: separate;
}
#order_review .shop_table thead {
    display: none;
}

/* Order review: Items */
#order_review .shop_table tbody tr th,
#order_review .shop_table tbody tr td {
    padding: 14px 0; 
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}
#order_review .shop_table tbody tr:first-child th,
#order_review .shop_table tbody tr:first-child td {
	padding-top: 0;
}
#order_review .shop_table tbody tr:last-child th,
#order_review .shop_table tbody tr:last-child td {
	padding-bottom: 25px;
    border-bottom: 0 none;
}
#order_review .shop_table tbody .nm-checkout-product-wrap {
    display: table;
    width: 100%;
}
#order_review .shop_table tbody .nm-checkout-product-thumbnail,
#order_review .shop_table tbody .product-name,
#order_review .shop_table tbody .product-total {
    display: table-cell;
    vertical-align: middle;
}
#order_review .shop_table tbody .nm-checkout-product-thumbnail {
    width: 55px;
}
#order_review .shop_table tbody .nm-checkout-product-thumbnail img {
    width: 100%;
}
#order_review .shop_table tbody .product-name {
	font-size: 16px;
    line-height: 1.4;
    padding-right: 21px;
    padding-left: 14px;
}
#order_review .shop_table tbody .product-name strong {
	font-weight: normal;
}
#order_review .shop_table tbody .product-name .variation {
	padding: 5px 0 0;
}
#order_review .shop_table tbody .product-name .variation li {
    padding-bottom: 0;
}
#order_review .shop_table tbody .product-total {
    text-align: right;
}

/* Order review: Totals */
#order_review .shop_table tfoot tr th,
#order_review .shop_table tfoot tr td {
    padding: 15px 21px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fafafa;
}
#order_review .shop_table tfoot tr th {
    border-left: 1px solid #e5e5e5;
}
#order_review .shop_table tfoot tr td {
    text-align: right;
    border-right: 1px solid #e5e5e5;
}
#order_review .shop_table tfoot tr:not(.shipping) td {
    padding-left: 0;
}
#order_review .shop_table tfoot tr:first-child th,
#order_review .shop_table tfoot tr:first-child td {
    border-top: 1px solid #e5e5e5;
}
#order_review .shop_table tfoot tr:last-child th,
#order_review .shop_table tfoot tr:last-child td {
    border-bottom: 1px solid #e5e5e5;
}
#order_review .shop_table tfoot .order-total,
#order_review .shop_table tfoot .order-total {
	font-size: 18px;
}
#order_review .shop_table tfoot tr.order-total td strong {
	font-weight: normal;
}

/* Order review: Totals - Coupon */
#order_review .shop_table tfoot .woocommerce-remove-coupon {
    display: block;
    font-size: 12px;
    line-height: 1.2;
}

/* Order review: Totals - Shipping method */
#order_review .shop_table tfoot tr.shipping td {
    text-align: left;
    border-left: 1px solid #e5e5e5;
}
#order_review .shop_table tfoot tr.shipping .nm-shipping-th-title {
    margin-bottom: 0;
    padding-bottom: 13px;
}

/* Order review: Payment */
#payment {
    margin-top: 25px;
}
#payment .payment_methods {
    border: 1px solid #e5e5e5;
}
#payment .payment_methods li {
	font-size: 14px;
    padding: 11px 19px;
    border-bottom: 1px solid #eee;
}
#payment .payment_methods li:last-child {
    border-bottom: 0 none;
}
#payment .payment_methods li label {
    display: block;
    color: #282828;
    cursor: pointer;
}
#payment .payment_methods li label:before {
    top: 50%;
    margin-top: -5px;
}
#payment .payment_methods li .nm-gateway-title {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    padding-top: 5px;
    padding-bottom: 5px;
}
#payment .payment_methods li img {
	display: inline-block;
	width: auto;
	max-height: 42px;
    margin-top: -1px;
    margin-left: 6px;
    vertical-align: middle;
}
#payment .payment_methods li a {
	float: right;
}
#payment .payment_methods li a.about_paypal {
    display: none;
}
#payment .payment_methods li .payment_box {
    display: none !important;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 20px;
}
#payment .payment_methods li input:checked ~ .payment_box,
#payment .payment_methods li.active .payment_box {
    display: block !important;
}

/* Order review: Place order */
#order_review .place-order {
    padding-top: 15px;
	margin-bottom: 0;
}
#order_review .place-order noscript {
    display: block;
    font-size: 12px;
    padding-top: 5px;
}
#order_review .place-order noscript .button {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 12px;
}
#order_review .terms {
    margin-bottom: 0;
    padding-bottom: 9px;
}
#order_review .terms label {
	display: inline-block;
    padding-top: 5px;
    cursor: pointer;
}
#place_order {
    width: 100%;
    margin-top: 10px;
    padding: 12px;
}