/* Hika Checkout START */

.hikashop_checkout_coupon {
	border-bottom: 3px solid #f4f4f4;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.hikashop_address_required_info_line {
	font-size: small;
    text-align: right;
}

.hikashop_checkout_address_ok_button {
	background-color: #0057ff;
	color: white;
}

.hikabtn_checkout_continue {
	display: none;
}

.hikashop_checkout_address {
	border-bottom: 3px solid #f4f4f4;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.hikashop_checkout_terms hikashop_checkout_terms_7 {
	margin-top: 10px;
}

.alert alert-error alert-block {
    float:none!important;
    margin-left: 10px;
    display: inline;
    font-size: 25px;
    color: red;
}

.hikashop_checkout_payment_description {
    font-size: 0.9em;
    color: #a5a5a5;
    line-height: 1.3em;
    padding-top: 10px;
}

.hikashop_checkout_payment_name {
    font-weight: bold;
    color: #013d87;
}

/* Hika Checkout END */


/* Hika Product listing START */

.product_subtitle {
	line-height: 1.2em;
	padding-bottom: 10px;
	color: #888888;
}

.hikashop_product_name {
    font-weight: bold;
    text-transform: uppercase;
}

.hikashop_cart table {
	width: 100%;
	font-size: small;
	line-height: 1.2em;
}

.hikashop_cart tfoot {
    line-height: 2.8em;
}

.hikashop_aligned_btn {
	font-weight: 600;	
}

.hikashop_product_price_full {
	font-weight: 600;
	font-size: small;
    color: #db0000;
}

.hikashop_product_price_per_unit {
display: none;
}

/* Hika Product Listing END */

/* Notification popups START */
.notifyjs-metro-base .text-wrapper,
.notifyjs-metro-lite-base .text-wrapper {
    font-family: inherit !important;
    line-height: 1.2em;
}

.notifyjs-metro-base .title, .notifyjs-metro-lite-base .title {
    line-height: 1.3em;
}
/* Notification popups END */

/* Product Page START */
.form-check-inline {
    display: block;
}

.hikashop_product_name_main {
   font-size: 40px;
   font-weight: 200;
}

.hikashop_product_page .hikashop_product_characteristics{
	background-color:#F9F9F9;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
}
/*Product Page END */

