.clickable {
	cursor: pointer;
}

.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;
}

label.hidden {
	display: none;
}

#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;
}

#checkout_form a {
	color: var(--main-color) !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;
}

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

#checkout #step_1{
	background-color: #fff;
}

#results.success ~ #step_2,
#results.success ~ .seperator {
	display: none;
}

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

[type="radio"]:not(:checked) + label::before, [type="radio"]:checked + label::before{
	border: 4px solid #000;
}

[type="checkbox"]:not(:checked) + label::before, [type="checkbox"]:checked + label::before{
	border: 4px solid #000;
}

.payment-methods{
	margin-top: 0;
}

.payment-methods ul{
	list-style-type: none;
}

[type="radio"]:checked + label::after{
	color: #1ABC9C;
}

.hidden{
	display: none;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label{
	padding-left: 35px;
}

[type="checkbox"]:not(:checked) + label::before, [type="checkbox"]:checked + label::before{
	border: 5px solid #fff;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	content: "";
	height: 18px;
	left: 15px;
	position: absolute;
	width: 18px;
}



[type="checkbox"]:not(:checked) + label::before, [type="checkbox"]:checked + label::before{
	border: 4px solid #000;
}

[type="checkbox"]:not(:checked) + label::after {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

[type="checkbox"]:checked + label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

[type="checkbox"]:not(:checked) + label::after, [type="checkbox"]:checked + label::after {
	content: '✔';
	position: absolute;
	left: 18px;
	font-size: 18px;
	line-height: 0.8;
	font-weight: 700;
	color: #1ABC9C;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.address_data input[type="checkbox"]:not(:checked) + label::before, .address_data input[type="checkbox"]:checked + label::before{
	left: 0px;
}

.address_data input[type="checkbox"]:not(:checked) + label::after, .address_data input[type="checkbox"]:checked + label::after{
	left: 4px;
}

.cart-product-price span.amount ins{
	text-decoration: none;
}

.invoice-page.last-step-checkout td.invoice-td{
	padding: 0.75rem 0px;
}

.checkout-register{
    display: none;
}

@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;
}

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

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

.address_box{
	margin-bottom: 30px;
}

@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 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: 25px;
        position: absolute;
        left: 30px;
        text-align: center;
        line-height: 46px;
    }*/
	.shop-cart .cart-product-thumbnail > a {
		margin-left: 20px;
	}

	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%;
	}

	.cart-product-quantity.text-center {
		text-align: right !important;
	}

	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;
	}

}

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

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

	#shop .grid-3-columns .grid-item {
		width: 50%;
	}

	.grid-4-columns .grid-item{
		width: 50%;
	}
}

@media only screen and (max-width: 575px) {
	#shop .grid-3-columns .grid-item {
		width: 100%;
	}

	.grid-4-columns .grid-item{
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	#shop .grid-3-columns .grid-item {
		width: 100%;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1199px){
	#shop .grid-3-columns .grid-item {
		width: 50%;
	}
}


#content .content-wrap{
	padding: 0 !important;
}