@media (max-width: 767px) {
	.hikabtn.hikacart {
		float: inherit !important;
	}	
}

.hikashop_checkout_payment_description p {
	margin-bottom: 0;
}

.vex-dialog-buttons button {
	width: 45%;
}

.vex-dialog-buttons button:first-child {
	float: left !important;
}

.hikashop_container .hikabtn,
.hikabtn.hikacart {
	margin: 0;
	border: none;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	-webkit-appearance: none;
	border-radius: 0;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 30px;
	vertical-align: middle;
	font-size: .875rem;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	transition: .1s ease-in-out;
	transition-property: color,background-color,background-position,background-size,border-color,box-shadow;
	text-transform: uppercase;
	background-origin: border-box;
	background-color: #d92719;
	color: #fff;
	border: 1px solid transparent;
}

.hikabtn.hikacart {
	background-color: green;
}

.hikashop_container .hikabtn:hover {
	background-color: #c22316;
	color: #fff;
	border-color: transparent;
}

.hikashop_category_information .hikashop_subcontainer {
  padding: 0px;
}

.hikashop_footer {
	display: none;
}

.hikabtn.hikacart {
	float: right;
}

.uk-card-boder {
	border: 1px solid #f8f8f8;
}

#hikashop_product_quantity_main .hikashop_product_quantity_field_change_plus,
.hikashop_cart_product_quantity_value .hikashop_product_quantity_field_change_plus {
	background-color: green !important;
	color: #fff !important;
	height: 100% !important;
  padding: 0 !important;
}

#hikashop_product_quantity_main .hikashop_product_quantity_field_change_minus,
.hikashop_cart_product_quantity_value .hikashop_product_quantity_field_change_minus {
	background-color: red !important;
	color: #fff !important;
	height: 100% !important;
  padding: 0 !important;
}

.uk-nav-header {
	font-size: 1.5rem;
	text-transform: inherit;
}

.uk-table-striped tbody tr:nth-of-type(2n):last-child, 
.uk-table-striped > tr:nth-of-type(2n):last-child {
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
}

.uk-table-striped tbody tr:nth-of-type(2n) {
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
}

.uk-table-striped tbody tr:nth-of-type(odd), 
.uk-table-striped > tr:nth-of-type(odd) {
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
}

#hikashop_category_information_menu_145 .hikashop_product_image_subdiv {
	width: 100% !important;
}

#hikashop_category_information_menu_145 .hikashop_product_image {
	height: inherit !important;
}

.inputbox[type=text]:not([class*=input-]) {
    width: 100% !important;
}

input.hikashop_product_quantity_field {
	width: 100px !important;
}

.hikashop_cart_product_quantity_refresh {
	margin: 0 10px;
}

.uk-text-white {
	color: #fff;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
	.hikashop_checkout_cart .hikashop_product_quantity_field {
			margin: 0 !important;
	}
}