.clickable {
	cursor: pointer;
}

#checkout #step_2 {
	display: block;
}

.contact-form h4 {
	padding-left: 0;
}

.shipping_address .ignore:not(.important) {
	display: none;
}

#step_1 .address_box{
	border: 1px solid black;
	clear: both;
	margin: 10px 0;
	padding: 10px;
	width: 100%;
}

#checkout #step_2 .address_box,
#invoice .address_box {
	margin-bottom: 20px;
}

.modal .address_box {
	border: 1px solid #333333;
	padding: 15px;
	margin-top: 10px;
	position: relative;
}

.address_box .x{
	position: absolute;
	right: 10px;
	top: 5px;
	color: #ccc;
}

.address_boxes {
	margin: 5px;
	width: calc(50% - 10px);
}

#checkout .contact-form input.form-control[type='checkbox'],
#checkout .contact-form input.form-control[type='radio'] {
	float: left;
	height: 23px;
	margin-right: 10px;
	margin-left: 1px;
	margin-top: 0;
	width: auto;
}

#checkout #checkout_form .control-label {
	opacity: 1;
	position: relative;
	top: 0;
	bottom: 0;
	line-height: 1.2em;
	left: 0;
	right: 0;
}

/*.btn + .btn {
	margin: 0 10px;
}*/

#checkout_form a {
	color: #383e42; !important;
}

#shop .pricing-table img {
	//max-width: 100px;
}

.pricing-table .border-8px {
	border-width: 3px;
}

.pricing-table .price .price {
	float: right;
	font-size: 22px !important;
}

.pricing-table .price .price2 {
	float: right;
	font-size: 20px !important;
	margin-top: -12px !important;
	margin-bottom: 5px !important;
}

.btn-add-to-cart-wrapper,
.btn-product-view-details {
	bottom: 15%;
}

.product-thumb:hover > .overlay {
	background: rgba(50,50,50,0.2);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

.products .product,
.products .product:hover {
	border: none;
}

form.cart.add-item table td {
	vertical-align: middle;
	line-height: 45px !important;
	padding-left: 0;
}

/*.coupon button.btn{
	padding: 7px;

	font-size: 14px;

	line-height: 0px;

	display: inline-block;

	height: 26px;
}*/

/*form.cart.add-item .quantity .qty,*/
.product .product-summary .cart-form-wrapper form.cart.add-item .quantity .qty {
	height: 45px;
}

.price ins{
	text-decoration: none !important;
}
.hidden{
	display: none;
}

#cart-coupon{
	text-indent: 5px;
	width: 50%;
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
	form.cart.add-item .quantity .qty,
	.product .product-summary .cart-form-wrapper form.cart.add-item .quantity .qty {
		height: 47px;
	}
}}

.product .price.shop-price .amount {
	font-size: 25px !important;
}

.product .product-summary .product-title {
	line-height: 1em;
}

/*.checkout-shipping-address{
	display: none;
}*/

@media only screen and (max-width: 1200px) {
	.pricing-table img {
		max-width: 120px;
	}
}

table#cart.table tbody td > span.mobile {
	display: none;
	float: left;
}

@media screen and (max-width: 767px) {
	/*#cart .cart_photo > img {*/
	/*display: none;*/
	/*}*/
	table#cart.table thead {
		display: none;
	}

	table#cart.table tbody tr {
		border-bottom: 2px solid #ddd;
	}

	table#cart.table tbody tr:not(.coupon) td {
		display: inline-block;
		float: left;
		width: 100%;
		max-width: none;
		text-align: right;
	}

	table#cart.table tbody tr:not(.coupon) td.product-thumbnail {
		display: inline-block;
		float: right;
		width: 90%;
		max-width: none;
		text-align: right;
	}

	table#cart.table tbody td.cart_name,
	table#cart.table tbody td.cart_photo {
		text-align: center;
	}

	table#cart.table tbody td .quantity {
		float: right;
		text-align: left;
	}

	table#cart.table tbody td.cart_photo > img {
		text-align: center;
		display: inline-block;
	}

	table#cart.table tbody tr:not(.coupon) td:first-child {
		float: left;
		width: 10%;
		position: absolute;
		left: 16px;
		text-align: center;
		line-height: 60px;
	}

	table#cart.table td.checkout:first-child {
		display: none;
	}

	table#cart.table tr.coupon td {
		display: none;
	}

	table#cart.table tr.coupon td:first-child {
		display: table-cell;
		width: 100%;
		position: relative;
		left: 0;
		text-align: left;
	}

	table#cart.table tbody td > span.mobile {
		display: block;
	}

	table#cart.table tfoot th {
		display: inline-block;
		float: left;
		width: 50%;
	}

	table#cart.table tfoot tr:first-child th {
		padding-top: 40px;
	}

	table#cart.table thead th:first-child,
	table#cart.table thead th:last-child {
		display: none;
	}

	table#cart.table tbody tr.empty td {
		width: 100% !important;
		display: table-cell;
		border: none !important;
		position: relative !important;
	}

	td.product-name{
		font-size: 15px;
	}

	#checkout_form .btn,
	#cart .btn,.btn-add-cart{
		padding: 7px 10px;
		font-size: 15px;
	}
}

@media only screen and (max-width: 991px) {
	#shop .product .product-thumb .thumb {
		text-align: center;
		width: 100%;
	}

	#shop .pricing-table img {
		max-width: 150px;
	}
}