/* @override 
	https://www.cottageindustries.co.in/styles/cart.css */

#jumpbar-div {
	display: none;
}

h2#related-header {
	margin-bottom: 10px;
	padding: 3px 7px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #999;
	border-top: 1px #666 solid;
	border-bottom: 1px #666 solid;
}

#main-content.cart {
	padding: 1px 0;
	background: none;
}

#shopping-cart {
	margin-top: 40px;
	border-collapse: collapse;
	border-top: 1px #666 solid;
}

#shopping-cart tr:nth-child(even) {
	background: #0b9a9d;
}

#shopping-cart tr:nth-child(odd) {
	background: #248a8c;
}

#shopping-cart td {
	font-size: 13px;
	color: #fff;
	padding: 4px 6px;
	border-right: 1px #666 solid;
	border-bottom: 1px #666 solid;
}

#shopping-cart td:last-child {
	border-right: none;
}

#shopping-cart input {
	text-align: center;
	padding: 2px;
	border: 1px #666 solid;
}

#payment-options {
	margin-top: 20px;
	padding-top: 7px;
	text-align: center;
	border-top: 1px rgba(255, 255, 255, 0.5) solid;
}

.header {
	color: #fff;
	font-size: 12px !important;
	font-weight: bold;
	background-color: #999;
	border-bottom: 1px solid #666
}

.footer {
	color: #fff;
	font-size: 12px !important;
	background-color: #999;
	border-top: 1px solid #666
}

.evenrow {
	background-color: #fff;
}

.oddrow {
	background-color: #eee;
}

.lborder {
	border-left: 1px solid #666
}

.ldborder {
	border-left: 1px solid #666
}

.bborder {
	border-bottom: 1px solid #999
}

.tborder {
	border-top: 1px solid #999
}

.tfooter {
	background-color: #dfdfdf;
	border-top: 1px solid #999
}

.headergray {
	margin: 0 !important;
	background-color: #D8D9C3;
	padding: 2px 5px;
	border-bottom: solid 1px #fff;
}

.remove-item {
	display: block;
	float: right;
	margin-top: 5px;
	width: 16px;
	height: 18px;
	text-decoration: none !important;
	background: url(/images/btn_trash.png) no-repeat;
	background-size: 16px 18px;
}

.payment-option {
	margin: 10px 0 40px;
}

.payment-option h2 {
	padding: 4px 0;
	font-size: 16px;
	border-bottom: 1px #000 solid;
}

.payment-option p {
	margin: 10px 200px 20px 0;
	color: #333;
}

.payment-option input[type="radio"] {
	margin-left: -60px;
	margin-right: 48px;
}

.boxed {
	border: solid 1px #999
}

.boxed-table {
	border: 1px #666 solid
}

.boxed-table td {
	padding-left: 4px;
	padding-right: 4px
}

.error {
	color: #af2101;
	font-size: 10px;
	line-height: 12px;
}

#errorbox {
	color: #af2101;
	background-color: #ededd2;
	margin-bottom: 10px;
	padding: 6px;
	border: solid 1px #999;
}

#shipping-details {
	margin: 40px 0;
	color: #fff;
	font-size: 12px;
}

/*
#shipping-calculator {
	display: none;
	width: 315px;
	padding: 10px;
	background-color: #ccc;
	border: 1px #333 solid;
}

#shipping-options {
	display: none;
	width: 315px;
	padding: 10px;
	background-color: #ccc;
	border: 1px #333 solid;
	margin-top: 10px;
}

#shipping-options td {
	vertical-align: top;
}
*/

input#zipcode {
	width: 150px;
}

#order-summary {
	margin-top: 40px;
	width: 100%;
	text-align: right;
}

#checkout {
	margin-top: 70px;
	text-align: right;
}

#exit-links {
	float: left;
	margin-top: 10px;
	width: 100%;
}

#update-qty, #empty-cart {
	float: right;
	margin-left: 20px;
}

.upc {
	display: block;
	font-size: 11px;
	line-height: 11px;
	color: #ddd;
}

#empty-cart-text {
	display: block;
	margin: 20px 0 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

ul#checkout-breadcrumb {
	margin: 40px 0;
	padding: 5px;
	font-style: 10px !important;
	text-align: center;
	background: #099799;
}

ul#checkout-breadcrumb li {
	display: inline-block;
	margin-right: 20px;
}

ul#checkout-breadcrumb li:last-child {
	margin-right: 0;
}

ul#checkout-breadcrumb .active {
	color: #fff;
}

.cart h1 {
	margin-bottom: 20px;
	color: #fff !important;
}

ul#checkout-features {
	font-size: 14px;
}

ul#checkout-features li {
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0 0 0 15px;
	list-style-type: none;
	color: #545554;
	background: url(/images/icn_checkout_feature_locked.png) no-repeat 1px 5px;
	background-size: 10px;
}

ul#checkout-features li.available,
ul#checkout-features li.unlocked {
	color: #fff;
	font-weight: bold;
	background: url(/images/icn_checkout_feature_bullet_on.png) no-repeat 0px 5px;
	background-size: 10px;
}

ul#checkout-features .note {
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: #666;
}

ul#checkout-features li.available .note,
ul#checkout-features li.unlocked .note {
	color: #7dfefe;
}

.address-block-header {
	width: 50%;
	font-weight: bold;
	border-bottom: 1px #000 solid;
}

.address-block {
	padding: 20px;
}

/*.cart input[type="text"] {
	margin-right: 10px;
	padding: 5px;
	border: navajowhite;
	position: relative;
	font-size: 14px;
	border: 1px #088b8e solid;
	border-radius: 4px;
}*/

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(/images/icn_chevron_down.png);
	background-position: 354px 7px;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	height: 30px;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 32px;
	border: 1px #fff solid;
	width: 381px !important;
}

#cart-shopping-button {
	display: inline-block;
	width: 100px;
	padding: 2px 10px;
	text-align: center;
	color: #fff !important;
	background-color: #0bb4b7;
	border-radius: 5px;
	text-transform: lowercase;
	font-weight: bold;
}

#cart-shopping-button:hover {
	text-decoration: none !important;
}

#edit-order-button {
	float: left;
}

.place-order-button {
	float: right;
}

.place-order-button.disabled {
	opacity: 0.5;
	cursor: default;
}
	
#pay-with-icici-button, #pay-with-paypal-button, #cod-button {
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	width: 70px;
	padding: 0px 20px 5px;
	text-align: center;
	text-decoration: none !important;
	color: #eff1e0 !important;
	background-color: #bb0017;
	border-radius: 5px;
	font-weight: bold;
	line-height: 20px;
}

#pay-with-icici-button span, #pay-with-paypal-button span, #cod-button span {
	display: block;
	padding-top: 5px;
	font-size: 11px;
	line-height: 12px;
	color: #ff9001;
}

#pay-with-icici-button:hover {
	text-decoration: none !important;
	background-color: #ff8f00;
	color: #bb0017 !important;
}

#pay-with-icici-button:hover span {
	color: #bb0017;
}

#pay-with-paypal-button {
	background-color: #f5f5f5;
	color: #00447e !important;
}

#pay-with-paypal-button span {
	color: #0077c3;
}

#pay-with-paypal-button:hover {
	text-decoration: none !important;
	background-color: #0077c3;
	color: #fff !important;
}

#pay-with-paypal-button:hover span {
	color: #fff;
}

#cod-button {
	background-color: #15e0e8;
	color: #097678 !important;
}

#cod-button span {
	color: #097678;
}

#cod-button:hover {
	text-decoration: none !important;
	background-color: #31c9cf;
	color: #fff !important;
}

#cod-button:hover span {
	color: #fff;
}

#paypal-form {
	float: right;
}

#razorpay-form input[type="submit"] {
	display: block;
	margin: 10px;
	padding: 5px 20px;
	width: 110px;
	height: 40px;
	float: right;
	text-align: center;
	border: none;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
	background-color: #F37254;
	cursor: pointer;
}

#razorpay-form input[type="submit"]:hover {
	background-color: #cb5d45;
}

#email-address-div {
	padding: 10px 0;
}

input#email-address {
	width: 250px;
}

.label {
	display: inline-block;
	text-align: left;
	width: 100px;
}

#checkout-next-stage {
	margin: 10px 0;
	height: 50px;
	padding: 10px 0;
	text-align: right;
	border-top: 1px #666 solid;
}

#checkout-stage-info {
	float: left;
	text-align: left;
}

#checkout-message {
	display: none;
	padding: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	background: #3C9899;
}

#checkout-message a {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

#checkout-complete {
	margin: 0 auto;
	width: 70%;
}

.cart-item-link {
	color: #fff !important;
}