/* Custom Hikashop template by Websitebron for Marotte Vins */
/* Copyright Websitebron and Marotte Vins */

/* buttons */
.btn, .btn .add-to-cart {
	padding: 8px 10px;
}
a.ui-state-active {
	background: #802629 !important;
	color: white !important;
}
/* selector op product detail pagina */
.hikashop_product_quantity_input_div_select select.form-select {
	padding: 0 6px 0 6px;
	width: 90px !important;
	margin-bottom: 8px;
}

/* product grid */
.hk-row-fluid {
	display: flex;
	flex-wrap: wrap;
}
.hikashop_container, 
.hikashop_subcontainer, 
.thumbnail, 
.hikashop_product {
	display: flex;
}
.hikashop_listing_img_title {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.hikashop_listing_img_title form {
	margin-top: auto;
	margin-bottom: 0;
}
div.hikashop_container {
	margin: 2px !important;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.hikashop_product {
	max-width: 256px;
    min-width: 223px;
	padding: 5px;
}
div.hikashop_container, 
div.hikashop_subcontainer.thumbnail {
	width: 100%;
}
.hikashop_listing_img_title form > .btn {
	margin: 8px;
}
.hikashop_products_listing_main h2 {
	font-size: 17px;
}
.hikashop_product_discount {
	display: none;
}
.hikashop_product_price {
font-weight: bold;
}
.hikashop_product_price_before_discount_amount {
	margin-left: 3px;
	margin-right: 3px;
}
span.hikashop_product_stock_count {
	display: none !important;
}
.hikashop_product_price_full {
	height: unset !important;
}

/* product details */
#hikashop_main_image_div {
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: white;
	margin: 0 15px 15px 0;
}
#hikashop_product_right_part {
	padding-top: 15px;
}
#hikashop_product_description_main {
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 19px;
	margin-left: 5px;
}

/* cart */
.shoppingcart {
	max-width: 370px;
}
.hikashop_cart_product_quantity_value select,
.hikashop_product_quantity_input_div_select select, 
.hikashop_product_quantity_div select {
	width: 63px !important;
	margin-right: 5px;
	margin-left: 0;
}
.hikashop_cart_module_product_price_value span, 
.hikashop_cart_module_product_total_value span {
	margin-right: 5px;
}
.hikashop_cart_module_product_price_value, 
.hikashop_cart_module_product_total_value {
	text-align: right;
	width: 86px;
}
td.hikashop_cart_product_name_value, 
td.hikashop_cart_product_price_value, 
td.hikashop_cart_product_total_value {
	padding-top: 12px !important;
}
td.hikashop_cart_title, 
td.hikashop_cart_product_total_value, 
td.hikashop_cart_subtotal_value, 
td.hikashop_cart_shipping_value, 
td.hikashop_cart_total_value,
td.hikashop_cart_coupon_value, 
td.hikashop_cart_additional_value {
	text-align: right !important;
	font-weight: bold;
}
.hikashop_cart_module_product_total_title {
	font-weight: bold;
}
#hikashop_checkout_fields_1_8 #remarks {
    margin-top: 8px;
}

/* checkout / registration */
#hikashop_checkout_registration h2 {
	font-size: 24.5px;
}
#hikashop_checkout_form {
	max-width: 700px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	padding: 15px;
}
.hikashop_checkout_leverdatum_line > div {
	padding: 0;
}
.hikashop_checkout_coupon input, .hikashop_checkout_coupon button {
	float: left;
}
.hikashop_checkout_coupon input.hikashop_checkout_coupon_field {
	margin-bottom: 5px;
}
.hikashop_checkout_payment_images img {
	height: 42px;
}
.hikashop_checkout_shipping_radio, 
.hikashop_checkout_shipping_cost, 
.hikashop_shipping_methods_table label, 
.hikashop_checkout_payment_radio, 
.hikashop_checkout_payment_cost, 
.hikashop_checkout_payment_images, 
.hikashop_checkout_payment_description {
	display: inline-block;
}
.hikashop_payment_methods_table label {
	display: none;
}
.hikashop_checkout_coupon_field {
	margin: 0 10px 0 0;
}
.hika_address_display {
	margin-bottom: 8px;
}
tr.margin {
	height: 15px;
}
.ui-datepicker-next, .ui-datepicker-prev {
	background-color: white;
}

/* mix boxes */
div#hikashop_category_information_menu_635 h2 {
	display: none;
}
#hikashop_category_information_menu_635 a.btn.btn-primary span {
display: none;
}
#hikashop_category_information_menu_635 a.btn.btn-primary:after {
	content: "Aan mixdoos toevoegen";
}

/* alert and pop-up */
.alert, 
.alert-error, 
.alert-block {
	margin-top: 15px;
}
.notifyjs-container .text-wrapper {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

/* media queries (mainly overrides of default Front-end CSS File */
@media only screen and (max-width: 375px) {
	label.hkc-sm-4.hkcontrol-label {
		white-space: normal;
	}
}
@media (min-width: 576px) {
	.hkform-horizontal .hkcontrol-label {
		text-align: left;
	}
}
@media (max-width: 768px) {
	.hikashop_cart_product_quantity_value select {
		margin-left: 35px;
	}
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
.hikashop_checkout_cart table td {
	border: none;
	border-bottom: none;
	}
}
